[qpid-cpp] Fixed reference to systemctl.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Oct 10 16:05:30 UTC 2012


commit 13d17d8435f1e8c1a60e0f97dacf8a4a7ca796f4
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Wed Oct 10 11:10:19 2012 -0400

    Fixed reference to systemctl.
    
    - Resolves: BZ#864987

 qpid-cpp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 4f9de26..02c74b8 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -30,7 +30,7 @@
 
 Name:           qpid-cpp
 Version:        0.18
-Release:        3.1%{?dist}
+Release:        3.2%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -228,7 +228,7 @@ exit 0
 %post -n qpid-cpp-server
 if [ $1 -eq 1 ]; then
     # Initial installation
-    /sbin/systemctl --no-reload enable qpidd.service >/dev/null 2>&1 || :
+    /bin/systemctl --no-reload enable qpidd.service >/dev/null 2>&1 || :
 fi
 
 %preun -n qpid-cpp-server
@@ -769,6 +769,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 10 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-3.2
+- Fixed reference to systemctl.
+- Resolves: BZ#864987
+
 * Wed Oct 10 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-3.1
 - Added space to fix conditional.
 - Resolves: BZ#864792


More information about the scm-commits mailing list