Change alternatives priority so that the python2 version gets the default to
follow Fedora policy.
This commit is contained in:
parent
ad4e37d123
commit
2cd4bbf695
1 changed files with 7 additions and 2 deletions
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
%global upstream_name Sphinx
|
||||
|
||||
%if 0%{?fedora} > 24
|
||||
# Currently Fedora policy is that the python2 version is the default version
|
||||
%if 0
|
||||
%global py3_alt_priority 500
|
||||
%else
|
||||
%global py3_alt_priority 10
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
|
||||
Name: python-sphinx
|
||||
Version: 1.4.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python documentation generator
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -527,6 +528,10 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 18 2017 Toshio Kuratomi <toshio@fedoraproject.org> - - 1.4.9-2
|
||||
- Change alternatives priority so that the python2 version gets the default to
|
||||
follow Fedora policy.
|
||||
|
||||
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.4.9-1
|
||||
- Update to 1.4.9
|
||||
- Enable python3 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue