update code

This commit is contained in:
zhuchunyi 2019-11-06 19:50:48 +08:00
parent d1f8eb6041
commit 32cae2a429

View File

@ -9,7 +9,7 @@
%undefine _debuginfo_subpackages %undefine _debuginfo_subpackages
Name: python2 Name: python2
Version: 2.7.16 Version: 2.7.16
Release: 2 Release: 3
Summary: Python is an interpreted, interactive object-oriented programming language suitable Summary: Python is an interpreted, interactive object-oriented programming language suitable
License: Python License: Python
URL: https://www.python.org/ URL: https://www.python.org/
@ -109,6 +109,11 @@ Obsoletes: python-test%{?_isa} < %{version}-%{release}
Provides: python-test = %{version}-%{release} Provides: python-test = %{version}-%{release}
Provides: python-test%{?_isa} = %{version}-%{release} Provides: python-test%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-test < %{version}-%{release}
Obsoletes: %{name}-test%{?_isa} < %{version}-%{release}
Provides: %{name}-test = %{version}-%{release}
Provides: %{name}-test%{?_isa} = %{version}-%{release}
%description devel %description devel
This package contains libraries and header files used to build applications This package contains libraries and header files used to build applications
with and native libraries for Python2. with and native libraries for Python2.
@ -292,6 +297,9 @@ chrpath -d $(find %{buildroot} -name pyexpat.so)
%{_mandir}/man1/python*.1.* %{_mandir}/man1/python*.1.*
%changelog %changelog
* Tue Oct 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.7.16-3
- Provides python2-test
* Wed Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.7.16-2 * Wed Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.7.16-2
- Package init - Package init