rpms/pfmon/devel pfmon.spec,1.24,1.25

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Fri Oct 26 20:49:30 UTC 2007


Author: wcohen

Update of /cvs/pkgs/rpms/pfmon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14002

Modified Files:
	pfmon.spec 
Log Message:
Correct BuildRequires, should be elfutils-libelf-devel-static.




Index: pfmon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pfmon/devel/pfmon.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- pfmon.spec	26 Oct 2007 20:28:23 -0000	1.24
+++ pfmon.spec	26 Oct 2007 20:48:56 -0000	1.25
@@ -1,5 +1,5 @@
 %define DATE 071017
-%define pfmon_release 2
+%define pfmon_release 3
 Summary: A performance monitoring tool for Linux/ia64
 Name: pfmon
 Version: 3.2
@@ -17,7 +17,7 @@
 #Patch4: pfmon-fortify.patch
 
 Requires: libpfm
-BuildRequires: elfutils-libelf-devel
+BuildRequires: elfutils-libelf-devel-static
 BuildRequires: binutils-devel
 BuildRequires: libpfm >= 3.2-0.071017
 BuildRequires: libpfm-devel >= 3.2-0.071017
@@ -60,6 +60,9 @@
 %attr(755,root,root) /usr/bin/pfmon_gen
 
 %changelog
+* Fri Oct 26 2007 Will Cohen <wcohen at redhat.com> - 3.2-0.071017.3
+- Correct BuildRequires, should be elfutils-libelf-devel-static.
+
 * Fri Oct 26 2007 Will Cohen <wcohen at redhat.com> - 3.2-0.071017.2
 - Correct BuildRequires.
 




More information about the fedora-extras-commits mailing list