[qpid-cpp] Fixed a few typos that slipped into the specfile for virtual packages.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed May 28 13:03:38 UTC 2014


commit 4b3936e64914796ad50287c7858c149c8acc7e3a
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Wed May 28 07:53:32 2014 -0400

    Fixed a few typos that slipped into the specfile for virtual packages.

 ...ove-to-proton-0.5-remove-dummy-string-in-.patch |  206 ----------
 ...leaner-encoding-of-index-for-delivery-tag.patch |   81 ----
 ...hanges-to-Fedora-19-packaging-of-libdb4-p.patch |  117 ------
 ...ero-rmgr-struct-element-with-correct-size.patch |   26 --
 ...ix-for-building-legacy-store-on-ARM-platf.patch |   35 --
 ...D-4582-Get-legacystore-unit-tests-working.patch |  408 --------------------
 ...ixed-unit-legacystore-unit-test-to-remove.patch |   29 --
 09-QPID-5129-Alignment-issues-on-ARM.patch         |   74 ----
 qpid-cpp.spec                                      |   12 +-
 9 files changed, 8 insertions(+), 980 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index d9b804e..4de2aee 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -3,7 +3,7 @@
 
 Name:          qpid-cpp
 Version:       0.26
-Release:       7%{?dist}
+Release:       8%{?dist}
 Summary:       Libraries for Qpid C++ client applications
 License:       ASL 2.0
 URL:           http://qpid.apache.org
@@ -225,7 +225,7 @@ exit 0
 %package server-ha
 Summary: Provides extensions to the AMQP message broker to provide high availability
 
-Provides: qpid(server-ha}%{?_isa} = %{version}
+Provides: qpid(server-ha)%{?_isa} = %{version}
 Requires: qpid(server)%{?isa} = %{version}
 Requires: qpid-qmf%{?_isa}
 # for systemd
@@ -281,7 +281,7 @@ Summary:   RDMA Protocol support (including Infiniband) for the Qpid daemon
 
 Provides: qpid(server-rdma)%{?_isa} = %{version}
 Requires: qpid(server)%{?_isa} = %{version}
-Requires: qpid(client-rdma}%{?_isa} = %{version}
+Requires: qpid(client-rdma)%{?_isa} = %{version}
 
 %description server-rdma
 A Qpid daemon plugin to support RDMA protocols (including Infiniband) as the
@@ -346,7 +346,8 @@ with Berkeley DB.
 # Summary: Red Hat persistence extension to the Qpid messaging system
 # License: LGPLv2+
 #
-# Requires: qpid-cpp-server % {?_isa} = %{version}
+# Provides: qpid(server-linearstore) = %{version}
+# Requires: qpid(server)%{?_isa} = %{version}
 # Requires: db4
 # Requires: libaio
 #
@@ -493,6 +494,9 @@ rm -rf %{buildroot}/usr/local/%{_lib}/ruby/site_ruby
 
 
 %changelog
+* Wed May 28 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.26-8
+- Fixed a few typos that slipped into the specfile for virtual packages.
+
 * Tue May 27 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.26-7
 - Added virtual packages for all binary subpackages.
 - Updated requires to be for virtual packages.


More information about the scm-commits mailing list