- 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
This commit is contained in:
parent
a5f731eee5
commit
491be9b0e1
@ -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
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.2.0.870
|
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
|
Source0: http://www.open-iscsi.org/bits/open-iscsi-2.0-870.1.tar.gz
|
||||||
Source1: iscsid.init
|
Source1: iscsid.init
|
||||||
Source2: iscsidevs.init
|
Source2: iscsidevs.init
|
||||||
@ -164,6 +164,11 @@ fi
|
|||||||
%{_includedir}/libiscsi.h
|
%{_includedir}/libiscsi.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 7 2010 Hans de Goede <hdegoede@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@redhat.com> 6.2.0.870-11
|
* Tue Dec 1 2009 Hans de Goede <hdegoede@redhat.com> 6.2.0.870-11
|
||||||
- Own /etc/iscsi (#542849)
|
- Own /etc/iscsi (#542849)
|
||||||
- Do not own /etc/NetworkManager/dispatcher.d (#533700)
|
- Do not own /etc/NetworkManager/dispatcher.d (#533700)
|
||||||
|
Loading…
Reference in New Issue
Block a user