From 4061828414103e6f83f536be8e9a37aa4167730f Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:28:34 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-osc-lib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-osc-lib.spec b/python-osc-lib.spec index cac5c84..df1b21f 100644 --- a/python-osc-lib.spec +++ b/python-osc-lib.spec @@ -3,7 +3,7 @@ Name: python-osc-lib Version: 2.2.1 -Release: 3%{?dist} +Release: 4 Summary: OpenStack library for writing OSC plugins License: Apache-2.0 URL: https://github.com/openstack/osc-lib/ @@ -20,7 +20,6 @@ BuildRequires: python3-devel BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-setuptools -BuildRequires: git BuildRequires: python3-oslo-i18n BuildRequires: python3-keystoneauth1 BuildRequires: python3-mock @@ -82,7 +81,7 @@ osc-lib is a package of common support modules for writing OSC plugins. %prep -%autosetup -n osc-lib-2.2.1 -S git +%autosetup -n osc-lib-2.2.1 -p1 rm -f *requirements.txt %build @@ -117,5 +116,8 @@ PYTHON=%{__python3} stestr run %endif %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.2.1-4 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jan 26 2021 Python_Bot - Package Spec generated