diff --git a/python3.spec b/python3.spec index c008b81d9c5c279bea52344d7da9cc292a57f52a..639d02c93c35e989a42d03477c6e6a256b06edcf 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