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:
parent
e9ac67ecd2
commit
7aca5842e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
||||
/cockpit-122.tar.xz
|
||||
/cockpit-123.tar.xz
|
||||
/cockpit-124.tar.xz
|
||||
/cockpit-125.tar.xz
|
||||
|
26
cockpit.spec
26
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 124
|
||||
Version: 125
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -234,7 +234,7 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker
|
||||
touch docker.list
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 ppc64le
|
||||
%if %{defined wip}
|
||||
%else
|
||||
rm %{buildroot}/%{_datadir}/%{name}/kubernetes/override.json
|
||||
@ -399,8 +399,9 @@ The Cockpit component for managing storage. This package uses Storaged.
|
||||
|
||||
%package ostree
|
||||
Summary: Cockpit user interface for rpm-ostree
|
||||
Requires: %{name}-bridge >= %{required_base}
|
||||
Requires: %{name}-shell >= %{required_base}
|
||||
# Requires: Uses new translations functionality
|
||||
Requires: %{name}-bridge > 124
|
||||
Requires: %{name}-shell > 124
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} < 24
|
||||
Requires: rpm-ostree >= 2015.10-1
|
||||
%else
|
||||
@ -506,13 +507,14 @@ This package is not yet complete.
|
||||
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 ppc64le
|
||||
|
||||
%package kubernetes
|
||||
Summary: Cockpit user interface for Kubernetes cluster
|
||||
Requires: /usr/bin/kubectl
|
||||
Requires: %{name}-bridge >= %{required_base}
|
||||
Requires: %{name}-shell >= %{required_base}
|
||||
# Requires: Needs newer localization support
|
||||
Requires: %{name}-bridge > 124
|
||||
Requires: %{name}-shell > 124
|
||||
BuildRequires: golang-bin
|
||||
BuildRequires: golang-src
|
||||
|
||||
@ -547,6 +549,16 @@ pulls in some necessary packages via dependencies.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%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
|
||||
- Build and test on Debian Jessie
|
||||
- Deprecate older javascript files
|
||||
|
Loading…
Reference in New Issue
Block a user