Fix FTBFS due to missing python-django (rhbz#1556223)

Set right version in the docs
This commit is contained in:
Michele Baldessari 2018-03-21 16:37:55 +01:00
parent 99d7a2a0d4
commit 67497e5ac5
2 changed files with 8 additions and 4 deletions

View File

@ -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']

View File

@ -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 <michele@acksyn.org> - 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 <releng@fedoraproject.org> - 4.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild