Update to version 0.117

* Add support for network teams
 * Select translations for complex language names
 * Don't allow formating extended partitions
 * Can configure Openshift Registry so anonymous users can pull images
This commit is contained in:
Cockpit Project 2016-08-11 12:01:28 +00:00
parent 9399c7bc05
commit f3ea86f41c
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -87,3 +87,4 @@
/cockpit-0.114.tar.xz
/cockpit-0.115.tar.xz
/cockpit-0.116.tar.xz
/cockpit-0.117.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.116
%define tag 0.117
%define rev 1
#
# This file is maintained at the following location:
@ -83,7 +83,9 @@ BuildRequires: krb5-server
# For documentation
BuildRequires: xmlto
# Mandatory components of "cockpit"
# This is the "cockpit" metapackage. It should only
# Require, Suggest or Recommend other cockpit-xxx subpackages
Requires: %{name}-bridge = %{version}-%{release}
Requires: %{name}-ws = %{version}-%{release}
Requires: %{name}-shell = %{version}-%{release}
@ -360,6 +362,10 @@ Provides: %{name}-subscriptions = %{version}-%{release}
Requires: subscription-manager >= 1.13
Provides: %{name}-networkmanager = %{version}-%{release}
Requires: NetworkManager
# Optional components (only when soft deps are supported)
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
Recommends: NetworkManager-team
%endif
%endif
Provides: %{name}-assets
Obsoletes: %{name}-assets < 0.32
@ -441,6 +447,10 @@ Summary: Cockpit user interface for networking, using NetworkManager
Requires: %{name}-bridge >= %{stable_api}
Requires: %{name}-shell >= %{stable_api}
Requires: NetworkManager
# Optional components (only when soft deps are supported)
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
Recommends: NetworkManager-team
%endif
BuildArch: noarch
%description networkmanager
@ -523,6 +533,12 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Thu Aug 11 2016 Stef Walter <stefw@redhat.com> - 0.117-1
- * Add support for network teams
- * Select translations for complex language names
- * Don't allow formating extended partitions
- * Can configure Openshift Registry so anonymous users can pull images
* Fri Jul 29 2016 Stef Walter <stefw@redhat.com> - 0.116-1
- * Support for volumes when starting a docker container
- * Support for setting environment variables in a docker container

View File

@ -1 +1 @@
b95f51c2b13c2ecf32211e4ac109fa93 cockpit-0.116.tar.xz
f5422a38248dcb0166122355645f31bd cockpit-0.117.tar.xz