[papi] Make sure using compatible version of libpfm.

William Eden Cohen wcohen at fedoraproject.org
Wed Oct 3 20:57:03 UTC 2012


commit 7ad445abe63dbf54b4b2416b06834a95c97f2567
Author: William Cohen <wcohen at redhat.com>
Date:   Wed Oct 3 16:56:32 2012 -0400

    Make sure using compatible version of libpfm.

 papi.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/papi.spec b/papi.spec
index bdc8360..6c49692 100644
--- a/papi.spec
+++ b/papi.spec
@@ -2,7 +2,7 @@
 Summary: Performance Application Programming Interface
 Name: papi
 Version: 5.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Development/System
 URL: http://icl.cs.utk.edu/papi/
@@ -14,8 +14,8 @@ BuildRequires: kernel-headers >= 2.6.32
 BuildRequires: chrpath
 BuildRequires: lm_sensors-devel
 %if %{without bundled_libpfm}
-BuildRequires: libpfm-devel
-BuildRequires: libpfm-static
+BuildRequires: libpfm-devel >= 4.3.0
+BuildRequires: libpfm-static >= 4.3.0
 %endif
 # Following required for net component
 BuildRequires: net-tools
@@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Wed Oct 03 2012 William Cohen <wcohen at redhat.com> - 5.0.1-2
+- Make sure using compatible version of libpfm.
+
 * Thu Sep 20 2012 William Cohen <wcohen at redhat.com> - 5.0.1-1
 - Rebase to 5.0.1.
 


More information about the scm-commits mailing list