[tog-pegasus] Fix tog-pegasus.service is marked world-inaccessible

vcrhonek vcrhonek at fedoraproject.org
Tue Feb 10 11:56:09 UTC 2015


commit ac67d0d0a28a8c37d7bf08694834a3c6ac8a5760
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Tue Feb 10 12:55:33 2015 +0100

    Fix tog-pegasus.service is marked world-inaccessible

 tog-pegasus.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tog-pegasus.spec b/tog-pegasus.spec
index 9fe94a3..1b0ed5f 100644
--- a/tog-pegasus.spec
+++ b/tog-pegasus.spec
@@ -8,7 +8,7 @@
 
 Name:           tog-pegasus
 Version:        %{major_ver}.0
-Release:        22%{?dist}
+Release:        23%{?dist}
 Epoch:          2
 Summary:        OpenPegasus WBEM Services for Linux
 
@@ -347,7 +347,7 @@ make prestarttests
 %ghost %attr(0640, root, pegasus) /var/run/tog-pegasus/cimserver.pid
 %ghost %attr(0640, root, pegasus) /var/run/tog-pegasus/cimserver_start.lock
 %ghost %attr(1640,root,pegasus) /var/run/tog-pegasus/cimxml.socket
-%{_unitdir}/tog-pegasus.service
+%attr(0644, root, pegasus) %{_unitdir}/tog-pegasus.service
 %defattr(0640, root, pegasus, 0750)
 %ghost %attr(0640, root, pegasus) %config(noreplace) /etc/Pegasus/cimserver_current.conf
 %ghost %config(noreplace) /etc/Pegasus/cimserver_planned.conf
@@ -508,6 +508,10 @@ fi
 
 
 %changelog
+* Tue Feb 10 2015 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.13.0-23
+- Fix tog-pegasus.service is marked world-inaccessible
+  Resolves: #1191026
+
 * Mon Feb 02 2015 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.13.0-22
 - Backup only latest repository when upgrading the package
   Resolves: #1069620


More information about the scm-commits mailing list