From e512967cf0029baff6a1b11ae9339f70246c2c68 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:25:50 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-neutronclient.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-neutronclient.spec b/python-neutronclient.spec index 21b6997..729e15e 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 -- Gitee