macros.python*: Use -Es/-I to invoke macro scriptlets

To avoid environment and user dir influence.

https://bugzilla.redhat.com/show_bug.cgi?id=1506355
This commit is contained in:
Ville Skyttä 2017-10-25 21:56:17 +03:00
commit 8d3d1dde64
3 changed files with 12 additions and 9 deletions

View file

@ -1,6 +1,6 @@
Name: python-rpm-macros
Version: 3
Release: 22%{?dist}
Release: 23%{?dist}
Summary: The unversioned Python RPM macros
License: MIT
@ -79,6 +79,9 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
%changelog
* Thu Oct 26 2017 Ville Skyttä <ville.skytta@iki.fi> - 3-23
- Use -Es/-I to invoke macro scriptlets (#1506355)
* Wed Aug 02 2017 Tomas Orsava <torsava@redhat.com> - 3-22
- Add platform-python macros (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)