diff --git a/docs-build-fix.patch b/docs-build-fix.patch index f8e8a9f..457d530 100644 --- a/docs-build-fix.patch +++ b/docs-build-fix.patch @@ -9,8 +9,8 @@ diff -up oauth2client-3.0.0/docs/conf.py.doc oauth2client-3.0.0/docs/conf.py -version = distro.version -release = distro.version +#distro = get_distribution('oauth2client') -+version = '3.0.0' -+release = '3.0.0' ++version = '4.1.2' ++release = '4.1.2' exclude_patterns = ['_build'] diff --git a/python-oauth2client.spec b/python-oauth2client.spec index 3658196..f1cdad9 100644 --- a/python-oauth2client.spec +++ b/python-oauth2client.spec @@ -12,7 +12,7 @@ Name: python-%{srcname} Version: 4.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{sum} Group: Development/Languages @@ -26,7 +26,7 @@ BuildRequires: python2-devel # Needed for docs build BuildRequires: pyOpenSSL BuildRequires: python-crypto -BuildRequires: python-django +BuildRequires: python2-django1.11 BuildRequires: python-jsonpickle BuildRequires: python-flask BuildRequires: python2-gflags @@ -219,6 +219,10 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true %endif %changelog +* Wed Mar 21 2018 Michele Baldessari - 4.1.2-4 +- Fix FTBFS due to missing python-django (rhbz#1556223) +- Set right version in the docs + * Fri Feb 09 2018 Fedora Release Engineering - 4.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild