Update to 0.42 release

This commit is contained in:
Stef Walter 2015-03-14 15:44:00 +01:00
parent 4f5ad7b885
commit 02a2050c74
2 changed files with 20 additions and 2 deletions

View File

@ -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@redhat.com> - 0.42-1
- Update to 0.42 release
* Wed Mar 04 2015 Stef Walter <stefw@redhat.com> - 0.41-1
- Update to 0.41 release

View File

@ -1 +1 @@
bfae44b880f23177e42b2421789897df cockpit-0.41.tar.bz2
2eaf581dd74b0d4e41389f788119ce2e cockpit-0.42.tar.bz2