From 2e0ab72ae869faf3b7178d8439f60139621fd652 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:26:40 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-novaclient.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-novaclient.spec b/python-novaclient.spec index 8a0879a..d92433d 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -4,7 +4,7 @@ Name: python-novaclient Epoch: 1 Version: 17.2.1 -Release: 1%{?dist} +Release: 2 Summary: Python API and CLI for OpenStack Nova License: Apache-2.0 URL: https://launchpad.net/python-novaclient @@ -22,7 +22,6 @@ Summary: Python API and CLI for OpenStack Nova %{?python_provide:%python_provide python3-novaclient} Obsoletes: python2-novaclient < 17.2.1-1 -BuildRequires: git BuildRequires: openstack-macros BuildRequires: python3-devel BuildRequires: python3-pbr @@ -60,7 +59,7 @@ This package contains auto-generated documentation. %endif %prep -%autosetup -n python-novaclient-17.2.1 -S git +%autosetup -n python-novaclient-17.2.1 -p1 %py_req_cleanup %build @@ -100,5 +99,8 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htacce %endif %changelog +* Fri Jul 30 2021 chenyanpanHW - 17.2.1-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jan 12 2021 Python_Bot - Package Spec generated -- Gitee