diff --git a/python2.spec b/python2.spec index 8f84a0a04253a6a166114803f9bb3fe13375f471..cc1258ef3dbe3a74440874bf78a5023864d4afe1 100644 --- a/python2.spec +++ b/python2.spec @@ -15,7 +15,7 @@ %undefine _debuginfo_subpackages Name: python2 Version: 2.7.16 -Release: 12 +Release: 13 Summary: Python is an interpreted, interactive object-oriented programming language suitable License: Python URL: https://www.python.org/ @@ -108,6 +108,7 @@ Requires: expat glibc gdbm python-setuptools-wheel python-pip-wheel Recommends: python2-setuptools python2-pip +Provides: python = %{version}-%{release} Provides: python27 = %{version}-%{release} Provides: python(abi) = %{pybasever} @@ -400,8 +401,7 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %license LICENSE %doc README %{_bindir}/pydoc* -%{_bindir}/{python2,python%{pybasever}} -%exclude /usr/bin/python +%{_bindir}/{python,python2,python%{pybasever}} %dir %{_prefix}/lib/python%{pybasever} %dir %{_prefix}/lib/python%{pybasever}/site-packages @@ -633,6 +633,12 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %{dynload_dir}/_testcapimodule_d.so %changelog +* Sat Feb 22 2020 openEuler Buildteam - 2.7.16-13 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Rollback version to 2.7.16-10 + * Sat Feb 22 2020 openEuler Buildteam - 2.7.16-12 - Type:bugfix - Id:NA