diff --git a/python2-docs.spec b/python2-docs.spec index 042b836..6093697 100644 --- a/python2-docs.spec +++ b/python2-docs.spec @@ -3,7 +3,7 @@ Name: python2-docs # The Version needs to be in-sync with the "python2" package: Version: 2.7.14 -Release: 2%{?dist} +Release: 5%{?dist} Summary: Documentation for the Python 2 programming language Group: Documentation License: Python @@ -24,7 +24,7 @@ BuildRequires: python2-pygments BuildRequires: python2-sphinx BuildRequires: linkchecker -Requires: python2 = %{version} +Recommends: python2 = %{version} Provides: python-docs = %{version}-%{release} @@ -114,6 +114,9 @@ linkchecker \ %license LICENSE %changelog +* Thu Apr 19 2018 Miro HronĨok - 2.7.14-5 +- Only recommend the python2 package + * Mon Dec 04 2017 Iryna Shcherbina - 2.7.14-2 - Fix ambiguous Python 2 dependencies declarations (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)