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:
parent
9399c7bc05
commit
f3ea86f41c
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@
|
|||||||
/cockpit-0.114.tar.xz
|
/cockpit-0.114.tar.xz
|
||||||
/cockpit-0.115.tar.xz
|
/cockpit-0.115.tar.xz
|
||||||
/cockpit-0.116.tar.xz
|
/cockpit-0.116.tar.xz
|
||||||
|
/cockpit-0.117.tar.xz
|
||||||
|
20
cockpit.spec
20
cockpit.spec
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.116
|
%define tag 0.117
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -83,7 +83,9 @@ BuildRequires: krb5-server
|
|||||||
# For documentation
|
# For documentation
|
||||||
BuildRequires: xmlto
|
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}-bridge = %{version}-%{release}
|
||||||
Requires: %{name}-ws = %{version}-%{release}
|
Requires: %{name}-ws = %{version}-%{release}
|
||||||
Requires: %{name}-shell = %{version}-%{release}
|
Requires: %{name}-shell = %{version}-%{release}
|
||||||
@ -360,6 +362,10 @@ Provides: %{name}-subscriptions = %{version}-%{release}
|
|||||||
Requires: subscription-manager >= 1.13
|
Requires: subscription-manager >= 1.13
|
||||||
Provides: %{name}-networkmanager = %{version}-%{release}
|
Provides: %{name}-networkmanager = %{version}-%{release}
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager
|
||||||
|
# Optional components (only when soft deps are supported)
|
||||||
|
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||||
|
Recommends: NetworkManager-team
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Provides: %{name}-assets
|
Provides: %{name}-assets
|
||||||
Obsoletes: %{name}-assets < 0.32
|
Obsoletes: %{name}-assets < 0.32
|
||||||
@ -441,6 +447,10 @@ Summary: Cockpit user interface for networking, using NetworkManager
|
|||||||
Requires: %{name}-bridge >= %{stable_api}
|
Requires: %{name}-bridge >= %{stable_api}
|
||||||
Requires: %{name}-shell >= %{stable_api}
|
Requires: %{name}-shell >= %{stable_api}
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager
|
||||||
|
# Optional components (only when soft deps are supported)
|
||||||
|
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||||
|
Recommends: NetworkManager-team
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description networkmanager
|
%description networkmanager
|
||||||
@ -523,6 +533,12 @@ pulls in some necessary packages via dependencies.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 29 2016 Stef Walter <stefw@redhat.com> - 0.116-1
|
||||||
- * Support for volumes when starting a docker container
|
- * Support for volumes when starting a docker container
|
||||||
- * Support for setting environment variables in a docker container
|
- * Support for setting environment variables in a docker container
|
||||||
|
Loading…
Reference in New Issue
Block a user