From 1f528dac57b2a9a9a1635fdb76c9c86473f1a936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Nov 2017 11:04:48 +0100 Subject: [PATCH] Raise the release of platform-python obsoletes for better maintainability --- python3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 78c250f..9b8f122 100644 --- a/python3.spec +++ b/python3.spec @@ -14,7 +14,7 @@ URL: https://www.python.org/ # WARNING When rebasing to a new Python version, # remember to update the python3-docs package as well Version: %{pybasever}.3 -Release: 3%{?dist} +Release: 4%{?dist} License: Python @@ -429,7 +429,10 @@ Provides: python%{pyshortver} = %{version}-%{release} Obsoletes: python%{pyshortver} # Shall be removed in Fedora 31 -%global platpyver 3.6.2-13 +# The release is bumped to 20, so we can do f27 platform-python updates +# If the release in f27 ever goes >= 20, raise it here +# If platform-python is ever reintroduced, make it higher version than this: +%global platpyver 3.6.2-20 Obsoletes: platform-python < %{platpyver} %if %{with rewheel} @@ -1557,6 +1560,9 @@ fi # ====================================================== %changelog +* Tue Nov 21 2017 Miro Hrončok - 3.6.3-4 +- Raise the release of platform-python obsoletes for better maintainability + * Wed Nov 15 2017 Miro Hrončok - 3.6.3-3 - Obsolete platform-python and it's subpackages