delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:27:30 +08:00
parent 5c4adbf6e1
commit bef2fb48fe
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -4,7 +4,7 @@
Name: python-os-brick
Version: 4.0.1
Release: 2
Release: 3
Summary: OpenStack Cinder brick library for managing local volume attaches
License: Apache-2.0
URL: https://opendev.org/openstack/os-brick
@ -49,7 +49,6 @@ BuildRequires: python3-devel
BuildRequires: python3-ddt
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-pip
BuildRequires: git
BuildRequires: python3-reno
BuildRequires: python3-oslo-concurrency >= 3.8.0
BuildRequires: python3-oslo-i18n >= 3.15.3
@ -78,7 +77,7 @@ Volume discovery and local storage management lib
%prep
%autosetup -n os-brick-4.0.1 -S git
%autosetup -n os-brick-4.0.1 -p1
%py_req_cleanup
@ -113,5 +112,8 @@ mv %{buildroot}/usr/etc/os-brick/rootwrap.d/*.filters %{buildroot}%{_datarootdir
%exclude %{python3_sitelib}/os_brick/tests
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.1-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jan 12 2021 zhangy <zhangy1317@foxmail.com> 2021.1.12
- Update to 2021.1.12