From bc64deb818b373704bf80d4ff598d066121d1065 Mon Sep 17 00:00:00 2001 From: TT Date: Thu, 28 Sep 2023 02:13:07 +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 16d55e7c3c29760cd3a74ced1bf544327080f4b4) --- python3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 3ce7b50..408bb82 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.9.9 -Release: 27 +Release: 28 License: Python-2.0 %global branchversion 3.9 @@ -127,6 +127,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 @@ -844,6 +845,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Sep 27 futao - 3.9.9-28 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add obsoletes python36 + * Fri Sep 22 renhongxun - 3.9.9-27 - Type:bugfix - CVE:NA -- Gitee