diff --git a/python3.spec b/python3.spec index 639d02c93c35e989a42d03477c6e6a256b06edcf..325d242a7792e325e34eae512917ae203ec46b00 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.11.4 -Release: 2 +Release: 3 License: Python-2.0 %global branchversion 3.11 @@ -94,7 +94,7 @@ Provides: python%{branchversion} = %{version}-%{release} Provides: python(abi) = %{branchversion} Provides: python%{pyshortver} = %{version}-%{release} -Obsoletes: python%{pyshortver} +Obsoletes: python%{pyshortver} python36 Requires: python-setuptools-wheel Requires: python-pip-wheel @@ -841,6 +841,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Sep 16 2023 futao - 3.11.4-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add Obsoletes python36 + * Thu Jul 20 2023 zhuofeng - 3.11.4-2 - Type:bugfix - CVE:NA