From 820fc0791f1514e18843b3fbd8073b33ae49b5ff Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Thu, 20 Jul 2023 19:33:15 +0800 Subject: [PATCH] remove old python library (cherry picked from commit 93be29f27a9bab3e9cd7dd818a866859742f7103) --- python3.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python3.spec b/python3.spec index c008b81..639d02c 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: 1 +Release: 2 License: Python-2.0 %global branchversion 3.11 @@ -92,7 +92,6 @@ Patch9000: add-the-sm3-method-for-obtaining-the-salt-value.patch Provides: python%{branchversion} = %{version}-%{release} Provides: python(abi) = %{branchversion} -Provides: python(abi) = 3.10 Provides: python%{pyshortver} = %{version}-%{release} Obsoletes: python%{pyshortver} @@ -393,8 +392,6 @@ ln -s %{_bindir}/python3 %{buildroot}%{_bindir}/python mv %{buildroot}%{_bindir}/2to3-%{branchversion} %{buildroot}%{_bindir}/2to3 -cp -a %{_libdir}/libpython3.10.so.1.0 ${RPM_BUILD_ROOT}%{_libdir} - %check topdir=$(pwd) @@ -672,7 +669,6 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_libdir}/%{py_INSTSONAME_optimized} %{_libdir}/libpython3.so -%{_libdir}/libpython3.10.so.1.0 %files -n python3-unversioned-command %{_bindir}/python @@ -845,6 +841,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Jul 20 2023 zhuofeng - 3.11.4-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove old python library + * Fri Jun 30 2023 zhuofeng - 3.11.4-1 - Type:enhancement - CVE:NA -- Gitee