!1 Remove incorrect provision of python-wheel
Merge pull request !1 from chengquan/developer
This commit is contained in:
commit
bd7fa563d2
@ -7,7 +7,7 @@ pip is the package installer for Python. You can use pip to install packages fro
|
|||||||
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 18.0
|
Version: 18.0
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
||||||
URL: http://www.pip-installer.org
|
URL: http://www.pip-installer.org
|
||||||
@ -27,8 +27,6 @@ Summary: %{summary}
|
|||||||
BuildRequires: python2-devel python2-setuptools ca-certificates
|
BuildRequires: python2-devel python2-setuptools ca-certificates
|
||||||
Requires: python2-setuptools ca-certificates
|
Requires: python2-setuptools ca-certificates
|
||||||
BuildRequires: python2-pip python2-wheel
|
BuildRequires: python2-pip python2-wheel
|
||||||
Provides: %{name}-wheel = %{version}-%{release}
|
|
||||||
Obsoletes: %{name}-wheel < %{version}-%{release}
|
|
||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
%description -n python2-%{srcname} %{_description}
|
%description -n python2-%{srcname} %{_description}
|
||||||
%endif
|
%endif
|
||||||
@ -38,8 +36,6 @@ Summary: %{summary}
|
|||||||
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates
|
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates
|
||||||
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
||||||
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
||||||
Provides: %{name}-wheel = %{version}-%{release}
|
|
||||||
Obsoletes: %{name}-wheel < %{version}-%{release}
|
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||||
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -148,6 +144,12 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
|||||||
%{python_wheeldir}/%{python_wheelname}
|
%{python_wheeldir}/%{python_wheelname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 20 2020 chengquan3<chengquan3@huawei.com> - 18.0-12
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: Remove incorrect provision of python-wheel
|
||||||
|
|
||||||
* Sat Nov 16 2019 huzhiyu <huzhiyu1@huawei.com> - 18.0-11
|
* Sat Nov 16 2019 huzhiyu <huzhiyu1@huawei.com> - 18.0-11
|
||||||
- fix ca-certificate bad requires
|
- fix ca-certificate bad requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user