Update to 0.13 release
This commit is contained in:
parent
c8ff1db3e2
commit
89dd57b1a4
@ -1,5 +1,5 @@
|
|||||||
Name: cockpit
|
Name: cockpit
|
||||||
Version: 0.12
|
Version: 0.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
|
|
||||||
@ -102,6 +102,7 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
||||||
%{_unitdir}/cockpit.service
|
%{_unitdir}/cockpit.service
|
||||||
%{_unitdir}/cockpit.socket
|
%{_unitdir}/cockpit.socket
|
||||||
|
%{_prefix}/lib/firewalld/services/cockpit.xml
|
||||||
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
||||||
%{_libexecdir}/cockpitd
|
%{_libexecdir}/cockpitd
|
||||||
%{_libexecdir}/cockpit-ws
|
%{_libexecdir}/cockpit-ws
|
||||||
@ -120,6 +121,8 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
|
|||||||
chgrp wheel %{_sharedstatedir}/%{name}
|
chgrp wheel %{_sharedstatedir}/%{name}
|
||||||
chmod 775 %{_sharedstatedir}/%{name}
|
chmod 775 %{_sharedstatedir}/%{name}
|
||||||
%systemd_post cockpit.service
|
%systemd_post cockpit.service
|
||||||
|
# firewalld only partially picks up changes to its services files without this
|
||||||
|
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun cockpit.service
|
%systemd_preun cockpit.service
|
||||||
@ -129,6 +132,9 @@ chmod 775 %{_sharedstatedir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 30 2014 Stef Walter <stefw@redhat.com> 0.13-1
|
||||||
|
- Update to 0.13 release
|
||||||
|
|
||||||
* Tue Jun 24 2014 Stef Walter <stefw@redhat.com> 0.12-1
|
* Tue Jun 24 2014 Stef Walter <stefw@redhat.com> 0.12-1
|
||||||
- Update to upstream 0.12 release
|
- Update to upstream 0.12 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user