#3 Only recommend the python2 package
Merged 6 years ago by cstratak. Opened 6 years ago by churchyard.
rpms/ churchyard/python2-docs recommends  into  master

file modified
+5 -2
@@ -3,7 +3,7 @@ 

  Name:			python2-docs

  # The Version needs to be in-sync with the "python2" package:

  Version:		2.7.14

- Release:		4%{?dist}

+ Release:		5%{?dist}

  Summary:		Documentation for the Python 2 programming language

  Group:			Documentation

  License:		Python
@@ -24,7 +24,7 @@ 

  BuildRequires:	python2-sphinx

  BuildRequires:	linkchecker

  

- Requires:		python2 = %{version}

+ Recommends:		python2 = %{version}

  

  Provides:		python-docs = %{version}-%{release}

  
@@ -108,6 +108,9 @@ 

  %license	LICENSE

  

  %changelog

+ * Thu Apr 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.14-5

+ - Only recommend the python2 package

+ 

  * Fri Apr 13 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.14-4

  - Remove Obsoletes tag from when python was renamed to python2 (Fedora 25 was last)

  

no initial comment

Pull-Request has been merged by cstratak

6 years ago