Update to 0.42 release
This commit is contained in:
parent
4f5ad7b885
commit
02a2050c74
20
cockpit.spec
20
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@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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user