Update to version 0.35

This commit is contained in:
Stef Walter 2014-12-15 20:58:08 +01:00
parent 411596ee15
commit d78080f670
2 changed files with 24 additions and 11 deletions

View File

@ -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

View File

@ -1 +1 @@
0d002e22bf41a674eb3e08bc14bdaa51 cockpit-0.34.tar.bz2
985425596569e73bf257eeaf1ebea0bc cockpit-0.35.tar.bz2