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