[qpid-cpp] Removed rdma.so from the -server subpackage.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Nov 27 16:25:32 UTC 2013


commit f0bc885aabead389352c99966da67a718719d843
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Wed Nov 27 11:24:33 2013 -0500

    Removed rdma.so from the -server subpackage.
    
    - Resolves: BZ#1035323

 qpid-cpp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 2298da0..72a0ff9 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -21,7 +21,7 @@
 
 Name:          qpid-cpp
 Version:       0.24
-Release:       7%{?dist}
+Release:       8%{?dist}
 Summary:       Libraries for Qpid C++ client applications
 License:       ASL 2.0
 URL:           http://qpid.apache.org
@@ -218,6 +218,7 @@ the open AMQP messaging protocol.
 %config(noreplace) %{_sysconfdir}/qpid/qpidd.conf
 %config(noreplace) %{_sysconfdir}/sasl2/qpidd.conf
 %{_libdir}/qpid/daemon/*
+%exclude %{_libdir}/qpid/daemon/rdma.so
 %attr(755, qpidd, qpidd) %{_localstatedir}/lib/qpidd
 %ghost %attr(755, qpidd, qpidd) /var/run/qpidd
 #%attr(600, qpidd, qpidd) %config(noreplace) %{_localstatedir}/lib/qpidd/qpidd.sasldb
@@ -534,6 +535,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Nov 27 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-8
+- Removed rdma.so from the -server subpackage.
+- Resolves: BZ#1035323
+
 * Wed Nov 27 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-7
 - Removed rdmaconnector.so from the -client subpackage.
 - Resolves: BZ#1035323


More information about the scm-commits mailing list