From fbe880c5661a2629c944bf1ffd84219ba328b62b Mon Sep 17 00:00:00 2001 From: TT Date: Fri, 22 Sep 2023 07:09:34 +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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python3.spec b/python3.spec index 961958f..aeed3cb 100644 --- a/python3.spec +++ b/python3.spec @@ -125,6 +125,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 @@ -840,6 +841,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Fri Sep 22 futao - 3.9.9-27 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add obsoletes python36 + * Tue Sep 19 zhuofeng - 3.9.9-26 - Type:CVE - CVE:CVE-2023-40217 -- Gitee