[perl-qpid] Updated the requires to use virtual packages.

Darryl L. Pierce mcpierce at fedoraproject.org
Fri May 30 17:56:13 UTC 2014


commit 0d481d45567defeb34e7dd4c1530520863b4f268
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Fri May 30 13:56:06 2014 -0400

    Updated the requires to use virtual packages.

 perl-qpid.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-qpid.spec b/perl-qpid.spec
index 34b2b14..c1e2510 100644
--- a/perl-qpid.spec
+++ b/perl-qpid.spec
@@ -1,6 +1,6 @@
 Name:           perl-qpid
 Version:        0.26
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl bindings for the Qpid messaging framework
 
 License:        ASL 2.0
@@ -10,13 +10,13 @@ Patch1:         0001-QPID-5499-Fix-Ruby-Perl-bindings-when-built-with-Wer.patch
 Patch2:         0002-QPID-5556-Provide-the-right-Perl-packages-in-top-lev.patch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  qpid-cpp-client-devel = %{version}
+BuildRequires:  qpid(client-devel)%{?_isa} = %{version}
 BuildRequires:  swig
 
 %{?perl_default_filter}
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       qpid-cpp-client = %{version}
+Requires:       qpid(client)%{?_isa} = %{version}
 
 # Until BZ#1010397 is fixed
 ExcludeArch:    %{arm}
@@ -61,6 +61,9 @@ make test
 
 
 %changelog
+* Fri May 30 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.26-3
+- Updated the requires to use virtual packages.
+
 * Tue Feb 25 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.26-2
 - QPID-5556: Fix top level Perl packages.
 


More information about the scm-commits mailing list