diff --git a/.gitignore b/.gitignore index 441cb9f..4934462 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /cockpit-0.114.tar.xz /cockpit-0.115.tar.xz /cockpit-0.116.tar.xz +/cockpit-0.117.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 6111340..2ff4228 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -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 - 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 - 0.116-1 - * Support for volumes when starting a docker container - * Support for setting environment variables in a docker container diff --git a/sources b/sources index 59048e5..703daa8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b95f51c2b13c2ecf32211e4ac109fa93 cockpit-0.116.tar.xz +f5422a38248dcb0166122355645f31bd cockpit-0.117.tar.xz