From 6071bf4d3663cce1fccde8fe57c57d24d4823e57 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jul 07 2017 16:02:25 +0000 Subject: Correct a few more requires to use python2- versions. Signed-off-by: Randy Barlow --- diff --git a/python-fedora.spec b/python-fedora.spec index 9c43a3f..3415565 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -16,7 +16,7 @@ and FAS2.\ Name: python-fedora Version: 0.9.0 -Release: 5%{?dist} +Release: 6%{?dist} BuildArch: noarch License: LGPLv2+ @@ -39,7 +39,7 @@ BuildRequires: Django BuildRequires: python-sphinx10 %else BuildRequires: python-repoze-who-friendlyform -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 24 BuildRequires: python2-django BuildRequires: python2-sphinx %else @@ -63,7 +63,7 @@ BuildRequires: python-cherrypy BuildRequires: TurboGears %endif -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 24 BuildRequires: python2-babel BuildRequires: python2-nose BuildRequires: python2-requests >= 2.6.0 @@ -115,7 +115,7 @@ Requires: python-munch # module. #Requires: koji python-iniparse yum -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 24 Requires: python2-openidc-client Requires: python2-requests >= 2.6.0 %if 0%{?fedora} >= 26 @@ -191,7 +191,7 @@ Requires: python-bugzilla Requires: python-feedparser Requires: python2-fedora = %{version}-%{release} -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 24 Requires: python2-decorator %if 0%{?fedora} >= 26 Requires: python2-sqlalchemy @@ -221,7 +221,6 @@ License: LGPLv2+ Requires: TurboGears2 Requires: python-repoze-who-friendlyform -Requires: python-sqlalchemy Requires: python2-fedora = %{version}-%{release} %if 0%{?fedora} || 0%{?rhel} >= 7 @@ -257,7 +256,7 @@ Requires: python2-fedora = %{version}-%{release} Requires: Django %else -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 24 Requires: python2-django %else Requires: python-django @@ -415,6 +414,9 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/flask_fas_openid.py* %changelog +* Fri Jul 07 2017 Randy Barlow - 0.9.0-6 +- Correct a few more requires to use python2- versions. + * Fri Jul 07 2017 Randy Barlow - 0.9.0-5 - Use python2- dependencies where available.