Use 'python2' when building the Python 2.x bindings (#1605566)
BuildRequires gcc (#1605566) %{python_sitearch} -> %{python2_sitearch} (#1605566)
This commit is contained in:
parent
fa5d5e7648
commit
fd1a7f123a
@ -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 <dcantrell@redhat.com> - 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 <releng@fedoraproject.org> - 1:3.11.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user