From 2e7a18ecef503729ca2ea5bba76d2233d0341fae Mon Sep 17 00:00:00 2001 From: TT Date: Wed, 20 Sep 2023 09:08:15 +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 (cherry picked from commit 133c6c7c695c961af316e8565d698eaac6e20381) --- python3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 639d02c..9195359 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 @@ -102,6 +102,7 @@ Provides: python3-libs Obsoletes: python3-libs Provides: python3-enum34 = 1.0.4-5 Obsoletes: python3-enum34 < 1.0.4-5 +Obsoletes: python36 Recommends: python3-setuptools Recommends: python3-pip @@ -841,6 +842,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Sep 20 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