[qpid-cpp/f16] Fixed qpid-cpp-ha uninstall error.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Dec 10 18:38:01 UTC 2012


commit 10b4bc19afc5e3291270275c1c4fe82be583ad94
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Dec 10 13:33:49 2012 -0500

    Fixed qpid-cpp-ha uninstall error.
    
    - Resolves: BZ#885835

 qpid-cpp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index cff8d56..2991215 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -28,7 +28,7 @@
 
 Name:           qpid-cpp
 Version:        0.18
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -261,7 +261,7 @@ if [ $1 = 0 ]; then
 fi
 
 %postun -n qpid-cpp-server-ha
-if [$1 -ge 1 ]; then
+if [ $1 -ge 1 ]; then
   /sbin/service qpidd-primary condrestart >/dev/null 2>&1 || :
 fi
 /sbin/ldconfig
@@ -747,6 +747,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 10 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-5
+- Fixed qpid-cpp-ha uninstall error.
+- Resolves: BZ#885835
+
 * Tue Oct 16 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-4
 - Install CMake file for C++ messaging examples.
 - Moved qfm2.pc from qpid-qmf to qpid-qmf-devel


More information about the scm-commits mailing list