Fix FTBFS due to missing python-django (rhbz#1556223)
Set right version in the docs
This commit is contained in:
parent
99d7a2a0d4
commit
67497e5ac5
@ -9,8 +9,8 @@ diff -up oauth2client-3.0.0/docs/conf.py.doc oauth2client-3.0.0/docs/conf.py
|
|||||||
-version = distro.version
|
-version = distro.version
|
||||||
-release = distro.version
|
-release = distro.version
|
||||||
+#distro = get_distribution('oauth2client')
|
+#distro = get_distribution('oauth2client')
|
||||||
+version = '3.0.0'
|
+version = '4.1.2'
|
||||||
+release = '3.0.0'
|
+release = '4.1.2'
|
||||||
|
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build']
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 4.1.2
|
Version: 4.1.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -26,7 +26,7 @@ BuildRequires: python2-devel
|
|||||||
# Needed for docs build
|
# Needed for docs build
|
||||||
BuildRequires: pyOpenSSL
|
BuildRequires: pyOpenSSL
|
||||||
BuildRequires: python-crypto
|
BuildRequires: python-crypto
|
||||||
BuildRequires: python-django
|
BuildRequires: python2-django1.11
|
||||||
BuildRequires: python-jsonpickle
|
BuildRequires: python-jsonpickle
|
||||||
BuildRequires: python-flask
|
BuildRequires: python-flask
|
||||||
BuildRequires: python2-gflags
|
BuildRequires: python2-gflags
|
||||||
@ -219,6 +219,10 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user