delete libpython3.8.so.1.0 file

This commit is contained in:
桐小哥 2022-01-24 07:12:11 +00:00 committed by shixuantong
parent d6760fb30e
commit 57eeab4e08

View File

@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/ URL: https://www.python.org/
Version: 3.9.9 Version: 3.9.9
Release: 2 Release: 3
License: Python License: Python
%global branchversion 3.9 %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%{branchversion} = %{version}-%{release}
Provides: python(abi) = %{branchversion} Provides: python(abi) = %{branchversion}
Provides: python(abi) = 3.8
Provides: python%{pyshortver} = %{version}-%{release} Provides: python%{pyshortver} = %{version}-%{release}
Obsoletes: python%{pyshortver} Obsoletes: python%{pyshortver}
@ -374,7 +373,6 @@ ln -s %{_bindir}/python3 %{buildroot}%{_bindir}/python
mv %{buildroot}%{_bindir}/2to3-%{branchversion} %{buildroot}%{_bindir}/2to3 mv %{buildroot}%{_bindir}/2to3-%{branchversion} %{buildroot}%{_bindir}/2to3
cp -a %{_libdir}/libpython3.8.so.1.0 ${RPM_BUILD_ROOT}%{_libdir}
%check %check
topdir=$(pwd) topdir=$(pwd)
@ -626,7 +624,6 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_libdir}/%{py_INSTSONAME_optimized} %{_libdir}/%{py_INSTSONAME_optimized}
%{_libdir}/libpython3.so %{_libdir}/libpython3.so
%{_libdir}/libpython3.8.so.1.0
%files -n python3-unversioned-command %files -n python3-unversioned-command
%{_bindir}/python %{_bindir}/python
@ -798,6 +795,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Mon Jan 24 2022 shixuantong<shixuantong@huawei.com> - 3.9.9-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:delete libpython3.8.so.1.0 file
* Fri Jan 14 2022 hanxinke<hanxinke@huawei.com> - 3.9.9-2 * Fri Jan 14 2022 hanxinke<hanxinke@huawei.com> - 3.9.9-2
- Type:requirement - Type:requirement
- ID:NA - ID:NA