From 491be9b0e11544db879f5371a9696f0e7641d2a5 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Jan 07 2010 13:21:37 +0000 Subject: - 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 --- diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec index 3fe7b7c..d08920d 100644 --- a/iscsi-initiator-utils.spec +++ b/iscsi-initiator-utils.spec @@ -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 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 6.2.0.870-11 - Own /etc/iscsi (#542849) - Do not own /etc/NetworkManager/dispatcher.d (#533700)