[cockpit] Update to 0.42 release

Stef Walter stefw at fedoraproject.org
Sat Mar 14 14:44:16 UTC 2015


commit 02a2050c746ff1070e75d102b9414c6cd956a97c
Author: Stef Walter <stefw at redhat.com>
Date:   Sat Mar 14 15:44:00 2015 +0100

    Update to 0.42 release

 cockpit.spec | 20 +++++++++++++++++++-
 sources      |  2 +-
 2 files changed, 20 insertions(+), 2 deletions(-)
---
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 <stefw at redhat.com> - 0.42-1
+- Update to 0.42 release
+
 * Wed Mar 04 2015 Stef Walter <stefw at redhat.com> - 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


More information about the scm-commits mailing list