diff --git a/patcher.spec b/patcher.spec index 277ea58..a1cba39 100644 --- a/patcher.spec +++ b/patcher.spec @@ -3,7 +3,7 @@ Summary: Quick creation of patches against a project source tree Name: patcher Version: 0.6 -Release: 17%{?dist} +Release: 18%{?dist} Group: Development/Tools License: GPLv2+ Url: http://labix.org/patcher @@ -27,19 +27,22 @@ and a working copy. %{__sed} -i -e 's|^#!/usr/bin/python.*||' patcher/{commands/,}*.py %build -%{__python} setup.py build +%{__python2} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root %{buildroot} +%{__python2} setup.py install -O1 --skip-build --root %{buildroot} %files %doc LICENSE README %{_bindir}/ptr -%python_sitelib/%{name}/ -%python_sitelib/*.egg-info +%python2_sitelib/%{name}/ +%python2_sitelib/*.egg-info %changelog +* Fri Jul 20 2018 Michael Scherer - 0.6-18 +- Fix build issue on Rawhide, see #1605376 + * Fri Jul 13 2018 Fedora Release Engineering - 0.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild