From 3683e020b06d8f98d34ce3f055e7b0b0d69ba2a9 Mon Sep 17 00:00:00 2001 From: TT Date: Mon, 18 Sep 2023 06:49:54 +0000 Subject: [PATCH] =?UTF-8?q?update=20python3.spec.=20=E4=BD=BF=E7=94=A8x2op?= =?UTF-8?q?enEuler=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=B0=86centos8=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=87=B3openEuler=EF=BC=8Cpython36=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A2=ABobsoletes=EF=BC=8C=E5=9B=A0=E6=AD=A4=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=AF=A5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: TT --- python3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 639d02c..325d242 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 -- Gitee