From daed20670f374e63bc124c5c1174b6e7ae9dc09a Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:21:36 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git (cherry picked from commit 07eaa1bc00cbd22ec545a25d51099adf6fc451d3) --- python-configobj.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-configobj.spec b/python-configobj.spec index 6d217de..6bd7001 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -3,14 +3,14 @@ Name: python-configobj Version: 5.0.6 -Release: 15 +Release: 17 Summary: ConfigObj is a simple but powerful config file reader and writer License: BSD URL: http://configobj.readthedocs.org/ Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz BuildRequires:python2-devel python2-pytest python2-setuptools python2-six -BuildRequires:python3-devel python3-pytest python3-setuptools python3-six git +BuildRequires:python3-devel python3-pytest python3-setuptools python3-six BuildArch: noarch %description @@ -47,7 +47,7 @@ Requires: python3-six config file reader and writer %prep -%autosetup -n configobj-%{version} -p1 -Sgit +%autosetup -n configobj-%{version} -p1 %build %py2_build @@ -73,5 +73,8 @@ export PYTHONWARNINGS=always %{python3_sitelib}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.0.6-17 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Sat Sep 7 2019 wubo - 5.0.6-15 - Package init -- Gitee