diff --git a/SPECS/python-lxml.spec b/SPECS/python-lxml.spec
index 5557151..3e7ec6d 100644
--- a/SPECS/python-lxml.spec
+++ b/SPECS/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 <torsava@redhat.com> - 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 <cstratak@redhat.com> - 4.6.5-1
 - Update to 4.6.5
 - Fixes CVE-2021-43818