!13 python-osc-lib delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
f332807f85
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-osc-lib
|
Name: python-osc-lib
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 3%{?dist}
|
Release: 4
|
||||||
Summary: OpenStack library for writing OSC plugins
|
Summary: OpenStack library for writing OSC plugins
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/openstack/osc-lib/
|
URL: https://github.com/openstack/osc-lib/
|
||||||
@ -20,7 +20,6 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: git
|
|
||||||
BuildRequires: python3-oslo-i18n
|
BuildRequires: python3-oslo-i18n
|
||||||
BuildRequires: python3-keystoneauth1
|
BuildRequires: python3-keystoneauth1
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@ -82,7 +81,7 @@ osc-lib is a package of common support modules for writing OSC plugins.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n osc-lib-2.2.1 -S git
|
%autosetup -n osc-lib-2.2.1 -p1
|
||||||
rm -f *requirements.txt
|
rm -f *requirements.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -117,5 +116,8 @@ PYTHON=%{__python3} stestr run
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2.1-4
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Thu Jan 26 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Thu Jan 26 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user