From fd1a7f123a30d34d7e411af017a001b2ce0c7f09 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 24 Jul 2018 10:18:49 -0400 Subject: [PATCH] Use 'python2' when building the Python 2.x bindings (#1605566) BuildRequires gcc (#1605566) %{python_sitearch} -> %{python2_sitearch} (#1605566) --- pyparted.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyparted.spec b/pyparted.spec index 6f3097d..fe36fb1 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -86,9 +86,9 @@ popd %files -n python2-pyparted %doc AUTHORS COPYING NEWS README TODO -%{python_sitearch}/_ped.so -%{python_sitearch}/parted -%{python_sitearch}/%{name}-%{version}-*.egg-info +%{python2_sitearch}/_ped.so +%{python2_sitearch}/parted +%{python2_sitearch}/%{name}-%{version}-*.egg-info %if 0%{?with_python3} %files -n python3-pyparted @@ -102,6 +102,7 @@ popd * Tue Jul 24 2018 David Cantrell - 1:3.11.0-13 - Use 'python2' when building the Python 2.x bindings (#1605566) - BuildRequires gcc (#1605566) +- %%{python_sitearch} -> %%{python2_sitearch} (#1605566) * Fri Jul 13 2018 Fedora Release Engineering - 1:3.11.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild