From 955fb938366239c5cb33c12452cd1ba816ad5dcb Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:29:12 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-oslo-vmware.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec index 4b135d5..c9d4581 100644 --- a/python-oslo-vmware.spec +++ b/python-oslo-vmware.spec @@ -3,7 +3,7 @@ Name: python-oslo-vmware Version: 3.7.0 -Release: 4 +Release: 5 Summary: Oslo VMware library for OpenStack projects License: ASL 2.0 URL: https://opendev.org/openstack/oslo.vmware @@ -20,7 +20,6 @@ Summary: Oslo VMware library for OpenStack projects BuildRequires: python3-devel BuildRequires: python3-pbr BuildRequires: python3-pip -BuildRequires: git # test dependencies BuildRequires: python3-ddt BuildRequires: python3-fixtures @@ -101,7 +100,7 @@ Translation files for Oslo vmware library %prep -%autosetup -n oslo.vmware-3.7.0 -S git +%autosetup -n oslo.vmware-3.7.0 -p1 # FIXME(hguemar): requirements blocks 0.20.1 due to lp#1696094 # but eventlet 0.20.1-2 package has backported the fix sed -i '/eventlet/s/!=0.20.1,//' requirements.txt @@ -159,6 +158,9 @@ PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run %license LICENSE %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.7.0-5 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Mon Jan 25 2021 zhangy1317 - Add BuildRequires python3-pip -- Gitee