From ad11062d89ebd3d2fd35e13524b711fce5098795 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:27:04 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-openstackclient.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index bd7213d..98dacc7 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -4,14 +4,13 @@ Name: python-openstackclient Version: 5.4.0 -Release: 2 +Release: 3 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz BuildArch: noarch -BuildRequires: git BuildRequires: openstack-macros %description @@ -90,7 +89,7 @@ Translation files for Openstackclient %prep -%autosetup -n %{name}-%{upstream_version} -S git +%autosetup -n %{name}-%{upstream_version} -p1 %py_req_cleanup @@ -144,5 +143,8 @@ stestr run %license LICENSE %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.4.0-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jan 30 2021 zhangy - spec generated -- Gitee