rpms/pyparted/devel pyparted.spec,1.73,1.74

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:37:52 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/pyparted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30465

Modified Files:
	pyparted.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 2.5-3
- Change python_sitearch macro to use %global as the new rpm will break
  using %define here, see:
  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html



Index: pyparted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/pyparted.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- pyparted.spec	19 Dec 2009 22:49:30 -0000	1.73
+++ pyparted.spec	7 Jan 2010 13:37:51 -0000	1.74
@@ -1,9 +1,9 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: Python module for GNU parted
 Name:    pyparted
 Version: 2.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group:   System Environment/Libraries
 URL:     http://fedorahosted.org/pyparted
@@ -44,6 +44,11 @@ partition tables.
 %{python_sitearch}/parted
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 2.5-3
+- Change python_sitearch macro to use %%global as the new rpm will break
+  using %%define here, see:
+  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html
+
 * Sat Dec 19 2009 David Cantrell <dcantrell at redhat.com> - 2.5-2
 - Exclude pyparted-2.4.tar.gz from source RPM (oops)
 




More information about the fedora-extras-commits mailing list