#2 Remove Obsoletes tag from when python was renamed to python2
Merged 6 years ago by cstratak. Opened 6 years ago by churchyard.
rpms/ churchyard/python2-docs drop_old_obsoletes  into  master

file modified
+4 -7
@@ -3,7 +3,7 @@ 

  Name:			python2-docs

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

  Version:		2.7.14

- Release:		3%{?dist}

+ Release:		4%{?dist}

  Summary:		Documentation for the Python 2 programming language

  Group:			Documentation

  License:		Python
@@ -28,11 +28,6 @@ 

  

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

  

- # All the obsolete tags similar to this one should be removed at Fedora 28

- # Also, according to the guidelines, this should be a hardcoded version,

- # but that was proven problematic, see rhbz#1457336

- Obsoletes:		python-docs < %{version}-%{release}

- 

  %description

  The python2-docs package contains documentation on the Python 2

  programming language and interpreter.
@@ -48,7 +43,6 @@ 

  BuildRequires:	texinfo

  

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

- Obsoletes:		python-docs-info < %{version}-%{release}

  

  %description info

  The python2-docs-info package contains documentation on the Python 2
@@ -114,6 +108,9 @@ 

  %license	LICENSE

  

  %changelog

+ * 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)

+ 

  * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.14-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

Fedora 25 was last Fedora that had python, N+3 upgrades are not supported, this can be merged to Fedora 28+.

See https://src.fedoraproject.org/rpms/python2/pull-request/13

Pull-Request has been merged by cstratak

6 years ago