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}
|
%if %{defined gitcommit}
|
||||||
Version: %{gitcommit}
|
Version: %{gitcommit}
|
||||||
%else
|
%else
|
||||||
Version: 0.41
|
Version: 0.42
|
||||||
%endif
|
%endif
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
@ -81,6 +81,9 @@ Requires: %{name}-shell = %{version}-%{release}
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
Requires: %{name}-docker = %{version}-%{release}
|
Requires: %{name}-docker = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel}
|
||||||
|
Requires: %{name}-subscriptions = %{version}-%{release}
|
||||||
|
%endif
|
||||||
%if %{defined selinux}
|
%if %{defined selinux}
|
||||||
Requires: %{name}-selinux-policy = %{version}-%{release}
|
Requires: %{name}-selinux-policy = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -136,6 +139,15 @@ BuildArch: noarch
|
|||||||
%description shell
|
%description shell
|
||||||
This package contains the Cockpit shell UI assets.
|
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
|
%package ws
|
||||||
Summary: Cockpit Web Service
|
Summary: Cockpit Web Service
|
||||||
Requires: glib-networking
|
Requires: glib-networking
|
||||||
@ -229,6 +241,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/kubernetes
|
|||||||
%{_datadir}/%{name}/shell
|
%{_datadir}/%{name}/shell
|
||||||
%{_datadir}/%{name}/system
|
%{_datadir}/%{name}/system
|
||||||
|
|
||||||
|
%files subscriptions
|
||||||
|
%{_datadir}/%{name}/subscriptions
|
||||||
|
|
||||||
%files ws
|
%files ws
|
||||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||||
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
||||||
@ -342,6 +357,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 04 2015 Stef Walter <stefw@redhat.com> - 0.41-1
|
||||||
- Update to 0.41 release
|
- Update to 0.41 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user