Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent 7225a1126e
commit 788d65f6d2

@ -3,7 +3,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 3.3.0 Version: 3.3.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: %{sum} Summary: %{sum}
License: MIT License: MIT
@ -19,7 +19,7 @@ BuildArch: noarch
# ExclusiveArch: %{ix86} x86_64 %{power64} s390x noarch # ExclusiveArch: %{ix86} x86_64 %{power64} s390x noarch
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -104,6 +104,10 @@ cp -p %{buildroot}/%{_bindir}/cpuinfo %{buildroot}/%{_bindir}/cpuinfo-3
%changelog %changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.3.0-4
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save