diff --git a/python3.spec b/python3.spec index db33623663815d56d4b19b3591972c1ff67a6d53..527cd1fd0b1cd2ec09a122d6e61cb4d7b977fc35 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: 2 +Release: 3 License: Python %global branchversion 3.9 @@ -96,7 +96,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.8 Provides: python%{pyshortver} = %{version}-%{release} Obsoletes: python%{pyshortver} @@ -374,7 +373,6 @@ ln -s %{_bindir}/python3 %{buildroot}%{_bindir}/python mv %{buildroot}%{_bindir}/2to3-%{branchversion} %{buildroot}%{_bindir}/2to3 -cp -a %{_libdir}/libpython3.8.so.1.0 ${RPM_BUILD_ROOT}%{_libdir} %check topdir=$(pwd) @@ -626,7 +624,6 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_libdir}/%{py_INSTSONAME_optimized} %{_libdir}/libpython3.so -%{_libdir}/libpython3.8.so.1.0 %files -n python3-unversioned-command %{_bindir}/python @@ -798,6 +795,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Mon Jan 24 2022 shixuantong - 3.9.9-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete libpython3.8.so.1.0 file + * Fri Jan 14 2022 hanxinke - 3.9.9-2 - Type:requirement - ID:NA