From 700d23c4877d8757a77e3d804c39c85a8f63b418 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 18 2018 10:25:53 +0000 Subject: Use the py2 version of the macros Signed-off-by: Pierre-Yves Chibon --- diff --git a/trac-mastertickets-plugin.spec b/trac-mastertickets-plugin.spec index 4ffbed9..d1c6ad7 100644 --- a/trac-mastertickets-plugin.spec +++ b/trac-mastertickets-plugin.spec @@ -5,7 +5,7 @@ Name: trac-mastertickets-plugin Version: 3.0.3 -Release: 10.%{snapver}%{?dist} +Release: 11.%{snapver}%{?dist} Summary: Add support for ticket dependencies to Trac License: BSD @@ -35,22 +35,25 @@ blocks or is blocked by another ticket. %build -%{__python} setup.py build +%{__python2} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc README COPYING # For noarch packages: sitelib -%{python_sitelib}/* +%{python2_sitelib}/* %changelog +* Wed Jul 18 2018 Pierre-Yves Chibon - 3.0.3-11.20130209.git4c461fe +- Use the py2 version of the macros + * Sat Jul 14 2018 Fedora Release Engineering - 3.0.3-10.20130209.git4c461fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild