diff --git a/python-openstackclient.spec b/python-openstackclient.spec index bd7213d7bd2f77292c1913e88dd2ca73142e9b9c..98dacc7a754bda2f65088661797b2ab4d86f5404 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -4,14 +4,13 @@ Name: python-openstackclient Version: 5.4.0 -Release: 2 +Release: 3 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz BuildArch: noarch -BuildRequires: git BuildRequires: openstack-macros %description @@ -90,7 +89,7 @@ Translation files for Openstackclient %prep -%autosetup -n %{name}-%{upstream_version} -S git +%autosetup -n %{name}-%{upstream_version} -p1 %py_req_cleanup @@ -144,5 +143,8 @@ stestr run %license LICENSE %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.4.0-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jan 30 2021 zhangy - spec generated