diff --git a/cockpit.spec b/cockpit.spec index a7342ca..09af0dd 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,5 +1,5 @@ Name: cockpit -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: A user interface for Linux servers @@ -102,6 +102,7 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets %config(noreplace) %{_sysconfdir}/pam.d/cockpit %{_unitdir}/cockpit.service %{_unitdir}/cockpit.socket +%{_prefix}/lib/firewalld/services/cockpit.xml %{_datadir}/dbus-1/services/com.redhat.Cockpit.service %{_libexecdir}/cockpitd %{_libexecdir}/cockpit-ws @@ -120,6 +121,8 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets chgrp wheel %{_sharedstatedir}/%{name} chmod 775 %{_sharedstatedir}/%{name} %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 %systemd_preun cockpit.service @@ -129,6 +132,9 @@ chmod 775 %{_sharedstatedir}/%{name} %changelog +* Mon Jun 30 2014 Stef Walter 0.13-1 +- Update to 0.13 release + * Tue Jun 24 2014 Stef Walter 0.12-1 - Update to upstream 0.12 release diff --git a/sources b/sources index 515c360..e3cd01d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4e5e4f627bd9285cc7bbafa06b943b0 cockpit-0.12.tar.bz2 +9f4d27fc472d6156ef09dbd2f19a17b8 cockpit-0.13.tar.bz2