diff --git a/cockpit.spec b/cockpit.spec index 419db63..ce5c509 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -18,7 +18,7 @@ Name: cockpit %if %{defined gitcommit} Version: %{gitcommit} %else -Version: 0.41 +Version: 0.42 %endif Release: 1%{?dist} Summary: A user interface for Linux servers @@ -81,6 +81,9 @@ Requires: %{name}-shell = %{version}-%{release} %ifarch x86_64 Requires: %{name}-docker = %{version}-%{release} %endif +%if 0%{?rhel} +Requires: %{name}-subscriptions = %{version}-%{release} +%endif %if %{defined selinux} Requires: %{name}-selinux-policy = %{version}-%{release} %endif @@ -136,6 +139,15 @@ BuildArch: noarch %description shell This package contains the Cockpit shell UI assets. +%package subscriptions +Summary: Cockpit subscription user interface package +Requires: subscription-manager >= 1.13 +BuildArch: noarch + +%description subscriptions +This package contains the Cockpit user interface integration with local +subscription management. + %package ws Summary: Cockpit Web Service Requires: glib-networking @@ -229,6 +241,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/kubernetes %{_datadir}/%{name}/shell %{_datadir}/%{name}/system +%files subscriptions +%{_datadir}/%{name}/subscriptions + %files ws %doc %{_mandir}/man5/cockpit.conf.5.gz %doc %{_mandir}/man8/cockpit-ws.8.gz @@ -342,6 +357,9 @@ fi %endif %changelog +* Sat Mar 14 2015 Stef Walter - 0.42-1 +- Update to 0.42 release + * Wed Mar 04 2015 Stef Walter - 0.41-1 - Update to 0.41 release diff --git a/sources b/sources index edbd34f..8f4a3e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfae44b880f23177e42b2421789897df cockpit-0.41.tar.bz2 +2eaf581dd74b0d4e41389f788119ce2e cockpit-0.42.tar.bz2