Changes committed to git://oss.sgi.com/pcp/pcp.git dev
commit 9d704ecc0dd5a6c5a01c4d6acb65eedf618f64b6
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Mon Aug 27 19:46:46 2012 +1000
Fix wrong macro in python-pcp dependency and bump latest changelog date.
modified: build/rpm/fedora.spec
diff --git a/build/rpm/fedora.spec b/build/rpm/fedora.spec
index ae83227..6ee0b27 100644
--- a/build/rpm/fedora.spec
+++ b/build/rpm/fedora.spec
@@ -189,7 +189,7 @@ License: GPLv2
Group: Development/Libraries
Summary: Performance Co-Pilot (PCP) Python bindings and documentation
URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs = @package_version@
+Requires: pcp-libs = %{version}
%description -n python-pcp
The python PCP module contains the language bindings for
@@ -385,7 +385,7 @@ fi
%defattr(-,root,root)
%changelog
-* Thu Aug 23 2012 Mark Goodwin <mgoodwin@xxxxxxxxxx> - 3.6.6-1
+* Mon Aug 27 2012 Mark Goodwin <mgoodwin@xxxxxxxxxx> - 3.6.6-1
- interim builds: Update to latest PCP sources, see installed CHANGELOG for
details.
|