From a02ad8a37258bff749c1f0f676fd561e3b6808a4 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 8 Feb 2022 11:38:09 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix .. for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-lxml.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 5557151..3e7ec6d 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 4.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD @@ -65,6 +65,11 @@ cp -a build/lib.%{python3_platform}-%{python3_version}/* src/ %{python3_sitearch}/%{modname}-*.egg-info/ %changelog +* Tue Feb 08 2022 Tomas Orsava - 4.6.5-2 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Thu Jan 06 2022 Charalampos Stratakis - 4.6.5-1 - Update to 4.6.5 - Fixes CVE-2021-43818