diff --git a/python-sphinx.spec b/python-sphinx.spec index 7ed2d16..d7decb1 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -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 - - 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 - 1.4.9-1 - Update to 1.4.9 - Enable python3 tests