rpms/iscsi-initiator-utils/devel iscsi-initiator-utils.spec, 1.47, 1.48

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


Author: jwrdegoede

Update of /cvs/pkgs/rpms/iscsi-initiator-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26726

Modified Files:
	iscsi-initiator-utils.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 6.2.0.870-12
- Change python_sitelib 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: iscsi-initiator-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iscsi-initiator-utils/devel/iscsi-initiator-utils.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- iscsi-initiator-utils.spec	1 Dec 2009 09:50:01 -0000	1.47
+++ iscsi-initiator-utils.spec	7 Jan 2010 13:21:37 -0000	1.48
@@ -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: iSCSI daemon and utility programs
 Name: iscsi-initiator-utils
 Version: 6.2.0.870
-Release: 11%{?dist}
+Release: 12%{?dist}
 Source0: http://www.open-iscsi.org/bits/open-iscsi-2.0-870.1.tar.gz
 Source1: iscsid.init
 Source2: iscsidevs.init
@@ -164,6 +164,11 @@ fi
 %{_includedir}/libiscsi.h
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 6.2.0.870-12
+- Change python_sitelib 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
+
 * Tue Dec  1 2009 Hans de Goede <hdegoede at redhat.com> 6.2.0.870-11
 - Own /etc/iscsi (#542849)
 - Do not own /etc/NetworkManager/dispatcher.d (#533700)




More information about the fedora-extras-commits mailing list