Update to version 0.35
This commit is contained in:
parent
411596ee15
commit
d78080f670
33
cockpit.spec
33
cockpit.spec
@ -18,7 +18,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.34
|
||||
Version: 0.35
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -73,6 +73,7 @@ BuildRequires: sed
|
||||
BuildRequires: /usr/bin/xmlto
|
||||
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: %{name}-daemon = %{version}-%{release}
|
||||
Requires: %{name}-ws = %{version}-%{release}
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
%ifarch x86_64
|
||||
@ -93,6 +94,19 @@ Summary: Cockpit bridge server-side component
|
||||
The Cockpit bridge component installed server side and runs commands on the
|
||||
system on behalf of the web based user interface.
|
||||
|
||||
%package daemon
|
||||
Summary: Deprecated wrappers for various configuration APIs
|
||||
Requires: udisks2 >= 2.1.0
|
||||
Requires: mdadm
|
||||
Requires: lvm2
|
||||
Requires: realmd
|
||||
Requires: storaged
|
||||
|
||||
%description daemon
|
||||
Summary: Deprecated wrappers for various configuration APIs such as udisks2
|
||||
and accountsservice. Soon these will be accessed directly from the cockpit
|
||||
user interface, and this package will disappear.
|
||||
|
||||
%package doc
|
||||
Summary: Cockpit deployment and developer guide
|
||||
|
||||
@ -105,11 +119,6 @@ embed or extend Cockpit.
|
||||
Summary: Cockpit Shell user interface package
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: NetworkManager
|
||||
Requires: realmd
|
||||
Requires: udisks2 >= 2.1.0
|
||||
Requires: mdadm
|
||||
Requires: lvm2
|
||||
Requires: storaged
|
||||
Obsoletes: %{name}-assets
|
||||
BuildArch: noarch
|
||||
|
||||
@ -165,7 +174,6 @@ install -p -m 644 cockpit.pp %{buildroot}%{_datadir}/selinux/targeted/
|
||||
rm -rf %{buildroot}/%{_datadir}/%{name}/docker
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%{_docdir}/%{name}/AUTHORS
|
||||
%{_docdir}/%{name}/COPYING
|
||||
@ -176,13 +184,15 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker
|
||||
|
||||
%files bridge
|
||||
%doc %{_mandir}/man1/cockpit-bridge.1.gz
|
||||
%doc %{_mandir}/man8/cockpitd.8.gz
|
||||
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
||||
%{_libexecdir}/cockpitd
|
||||
%{_bindir}/cockpit-bridge
|
||||
%attr(4755, -, -) %{_libexecdir}/cockpit-polkit
|
||||
%{_libdir}/security/pam_reauthorize.so
|
||||
|
||||
%files daemon
|
||||
%doc %{_mandir}/man8/cockpitd.8.gz
|
||||
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
||||
%{_libexecdir}/cockpitd
|
||||
|
||||
%files doc
|
||||
%{_docdir}/%{name}
|
||||
|
||||
@ -293,6 +303,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2014 Stef Walter <stefw@redhat.com> - 0.35-1
|
||||
- Update to 0.35 release
|
||||
|
||||
* Thu Dec 11 2014 Stef Walter <stefw@redhat.com> - 0.34-1
|
||||
- Update to 0.34 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user