diff --git a/python-fedora.spec b/python-fedora.spec index 042eed1..3b2917a 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -17,7 +17,7 @@ and FAS2.\ Name: python-fedora Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch License: LGPLv2+ @@ -35,14 +35,12 @@ BuildRequires: python-openid-teams BuildRequires: python2-devel %if 0%{?rhel} == 6 -BuildRequires: Django BuildRequires: python-sphinx10 %else BuildRequires: python-repoze-who-friendlyform %if 0%{?fedora} >= 24 BuildRequires: python2-sphinx %else -BuildRequires: python-django BuildRequires: python-sphinx %endif %endif @@ -244,31 +242,6 @@ logging in to TurboGears2 services based on account information lp build CSRF-protected login forms, and miscellaneous other helper functions for TurboGears2 applications. -%package -n python2-fedora-django -Summary: Python modules for django applications authing to Fedora Account System -Group: Development/Languages -License: LGPLv2+ - -Requires: python2-fedora = %{version}-%{release} - -%if 0%{?rhel} == 6 -Requires: Django -%else - -%if 0%{?fedora} <= 24 -Requires: python-django -%endif - -%endif - -%{?python_provide:%python_provide python2-fedora-django} - - -%description -n python2-fedora-django -Python modules that help with building Fedora Services. This package includes -an auth provider to let django applications authenticate against the Fedora -Account System. - %package -n python2-fedora-flask Summary: Python modules for flask applications authing to Fedora Account System Group: Development/Languages @@ -312,10 +285,8 @@ sed -i 's/import sys/import sys\n__requires__ = ["CherryPy < 3.0"]; import pkg_r cp -a python2 python3 %endif -%if 0%{?fedora} >= 25 -# Django no longer exists for py2... +# Django is dead to me (at least in py2) rm -rf python2/fedora/django -%endif %build @@ -422,6 +393,9 @@ popd %{python2_sitelib}/flask_fas_openid.py* %changelog +* Thu Feb 01 2018 Patrick Uiterwijk - 0.10.0-2 +- Django is dead to me + * Thu Feb 01 2018 Patrick Uiterwijk - 0.10.0-1 - Rebase to upstream 0.10.0