[cockpit] Update to 0.13 release

Stef Walter stefw at fedoraproject.org
Mon Jun 30 08:06:10 UTC 2014


commit 89dd57b1a43205870d666a65bb1eed71de93af8f
Author: Stef Walter <stefw at redhat.com>
Date:   Mon Jun 30 10:04:11 2014 +0200

    Update to 0.13 release

 cockpit.spec |    8 +++++++-
 sources      |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
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 <stefw at redhat.com> 0.13-1
+- Update to 0.13 release
+
 * Tue Jun 24 2014 Stef Walter <stefw at redhat.com> 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


More information about the scm-commits mailing list