Update to 125-1

- Cockpit is now properly translatable
- Display OSTree signatures
- New expandable views for storage devices
- No longer offer to format read-only block devices
- Use stored passphrases for LUKS devices properly
- Start testing on RHEL 7.3
- More strict about transport channels a bridge accepts
- System shutdown can be scheduled by date
This commit is contained in:
Cockpit Project 2016-11-24 16:22:58 +00:00
parent e9ac67ecd2
commit 7aca5842e8
3 changed files with 21 additions and 8 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@
/cockpit-122.tar.xz /cockpit-122.tar.xz
/cockpit-123.tar.xz /cockpit-123.tar.xz
/cockpit-124.tar.xz /cockpit-124.tar.xz
/cockpit-125.tar.xz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated # This spec file has been automatically updated
Version: 124 Version: 125
Release: 1%{?dist} Release: 1%{?dist}
# #
# This file is maintained at the following location: # This file is maintained at the following location:
@ -234,7 +234,7 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker
touch docker.list touch docker.list
%endif %endif
%ifarch x86_64 %ifarch x86_64 ppc64le
%if %{defined wip} %if %{defined wip}
%else %else
rm %{buildroot}/%{_datadir}/%{name}/kubernetes/override.json rm %{buildroot}/%{_datadir}/%{name}/kubernetes/override.json
@ -399,8 +399,9 @@ The Cockpit component for managing storage. This package uses Storaged.
%package ostree %package ostree
Summary: Cockpit user interface for rpm-ostree Summary: Cockpit user interface for rpm-ostree
Requires: %{name}-bridge >= %{required_base} # Requires: Uses new translations functionality
Requires: %{name}-shell >= %{required_base} Requires: %{name}-bridge > 124
Requires: %{name}-shell > 124
%if 0%{?fedora} > 0 && 0%{?fedora} < 24 %if 0%{?fedora} > 0 && 0%{?fedora} < 24
Requires: rpm-ostree >= 2015.10-1 Requires: rpm-ostree >= 2015.10-1
%else %else
@ -506,13 +507,14 @@ This package is not yet complete.
%endif %endif
%ifarch x86_64 %ifarch x86_64 ppc64le
%package kubernetes %package kubernetes
Summary: Cockpit user interface for Kubernetes cluster Summary: Cockpit user interface for Kubernetes cluster
Requires: /usr/bin/kubectl Requires: /usr/bin/kubectl
Requires: %{name}-bridge >= %{required_base} # Requires: Needs newer localization support
Requires: %{name}-shell >= %{required_base} Requires: %{name}-bridge > 124
Requires: %{name}-shell > 124
BuildRequires: golang-bin BuildRequires: golang-bin
BuildRequires: golang-src BuildRequires: golang-src
@ -547,6 +549,16 @@ pulls in some necessary packages via dependencies.
# The changelog is automatically generated and merged # The changelog is automatically generated and merged
%changelog %changelog
* Thu Nov 24 2016 Stef Walter <<stefw@redhat.com>> - 125-1
- Cockpit is now properly translatable
- Display OSTree signatures
- New expandable views for storage devices
- No longer offer to format read-only block devices
- Use stored passphrases for LUKS devices properly
- Start testing on RHEL 7.3
- More strict about transport channels a bridge accepts
- System shutdown can be scheduled by date
* Wed Nov 16 2016 Stef Walter <<stefw@redhat.com>> - 124-1 * Wed Nov 16 2016 Stef Walter <<stefw@redhat.com>> - 124-1
- Build and test on Debian Jessie - Build and test on Debian Jessie
- Deprecate older javascript files - Deprecate older javascript files

View File

@ -1 +1 @@
8d81c7d860a57a9e3b70be9a98a48d73 cockpit-124.tar.xz 1d1be1a76e530ec8c2e0195bcf5fb3f7 cockpit-125.tar.xz