From 7ad445abe63dbf54b4b2416b06834a95c97f2567 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 3 Oct 2012 16:56:32 -0400 Subject: [PATCH] Make sure using compatible version of libpfm. --- papi.spec | 9 ++++++--- 1 file 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 - 5.0.1-2 +- Make sure using compatible version of libpfm. + * Thu Sep 20 2012 William Cohen - 5.0.1-1 - Rebase to 5.0.1.