diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec index 4b135d59d8b45a7c420503ef3bf8723ec6e5760d..c9d4581f947619f8da03f3fc2ffcfc05dc4a353f 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