From 508b8b3b6477725a927c0bbe1d1bc434a520518f Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 8 Feb 2022 10:09:43 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix .. for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-setuptools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 23b195b..4e6698f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -28,7 +28,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 53.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -225,6 +225,11 @@ PYTHONPATH=$(pwd) %pytest --ignore=pavement.py %changelog +* Tue Feb 08 2022 Tomas Orsava - 53.0.0-10 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Wed Jan 12 2022 Miro HronĨok - 53.0.0-9 - Add License-File field to package metadata - Resolves: rhbz#2033994