From a51bc5560a82babdc6f5d607033ec3e1dc63db4a Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:25:38 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-neutron-lib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-neutron-lib.spec b/python-neutron-lib.spec index 13a4123..2ebd78f 100644 --- a/python-neutron-lib.spec +++ b/python-neutron-lib.spec @@ -3,7 +3,7 @@ Name: python-neutron-lib Version: 2.10.1 -Release: 1 +Release: 2 Summary: OpenStack Neutron library License: Apache-2.0 URL: http://launchpad.net/neutron/ @@ -14,7 +14,6 @@ BuildRequires: python3-devel BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-setuptools -BuildRequires: git BuildRequires: openstack-macros %description @@ -100,7 +99,7 @@ This package contains the documentation. %endif %prep -%autosetup -n neutron-lib-%{version} -S git +%autosetup -n neutron-lib-%{version} -p1 %py_req_cleanup %build @@ -139,6 +138,9 @@ PYTHON=python3 stestr --test-path $OS_TEST_PATH run %endif %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.10.1-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jul 15 2021 huangtianhua - 2.10.1-1 - Upgrade to 2.10.1 to support OpenStack-W