[qpid-cpp] Replaced the dependency on chkconfig and service binaries with packages.

Darryl L. Pierce mcpierce at fedoraproject.org
Fri Jun 8 14:50:00 UTC 2012


commit 52f2f98ce914aaae48175a4c0e94d59bd81e8a47
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Fri Jun 8 10:49:46 2012 -0400

    Replaced the dependency on chkconfig and service binaries with packages.

 qpid-cpp.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 2d8e72c..0fedd4c 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -30,7 +30,7 @@
 
 Name:           qpid-cpp
 Version:        0.16
-Release:        1%{?dist}.3
+Release:        1%{?dist}.4
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -76,10 +76,8 @@ the AMQP protocol.
 Summary:   Libraries for Qpid C++ client applications
 
 Requires:  boost
-Requires(pre):  /usr/sbin/chkconfig
-Requires(post): /usr/sbin/chkconfig
-Requires(pre):  /sbin/service
-Requires(post): /sbin/service
+Requires:  chkconfig
+Requires:  initscripts
 
 %description -n qpid-cpp-client
 Run-time libraries for AMQP client applications developed using Qpid
@@ -702,6 +700,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 07 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-1.4
+- Replaced the dependency on chkconfig and service binaries with packages.
+
 * Wed Jun 06 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-1.3
 - Fixed the Ruby directory macros to use the updated macros.
 


More information about the scm-commits mailing list