diff --git a/python-neutronclient.spec b/python-neutronclient.spec index 21b6997a8f96e6c56ca6e3ef5fca306c420048e7..729e15ea0488da1175f4abd770db6f1f602a1d1c 100644 --- a/python-neutronclient.spec +++ b/python-neutronclient.spec @@ -3,7 +3,7 @@ Name: python-neutronclient Version: 7.2.1 -Release: 2%{?dist} +Release: 3 Summary: Python API and CLI for OpenStack Neutron License: Apache-2.0 @@ -19,7 +19,6 @@ Summary: Python API and CLI for OpenStack Neutron Obsoletes: python2-neutronclient < 7.2.1-2 Obsoletes: python-neutronclient-tests <= 4.1.1-3 -BuildRequires: git BuildRequires: openstack-macros BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -86,7 +85,7 @@ Client library and command line utility for interacting with OpenStack Neutron's %endif %prep -%autosetup -n python-neutronclient-7.2.1 -S git +%autosetup -n python-neutronclient-7.2.1 -p1 %py_req_cleanup %build @@ -125,5 +124,8 @@ ln -s neutron %{buildroot}%{_bindir}/neutron-3 %endif %changelog +* Fri Jul 30 2021 chenyanpanHW - 7.2.1-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jan 12 2021 Python_Bot - Package Spec generated