Rebuild to add the automatically generated Obsoletes tag with the python39- prefix

.. for smoother upgrade from RHEL8

Related: rhbz#1990421
This commit is contained in:
Tomas Orsava 2022-02-08 10:09:43 +01:00
parent b5a6ad4f6e
commit 508b8b3b64
1 changed files with 6 additions and 1 deletions

View File

@ -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 <torsava@redhat.com> - 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 <mhroncok@redhat.com> - 53.0.0-9
- Add License-File field to package metadata
- Resolves: rhbz#2033994