From e90c67a0f4c5d5c14acf75a57a58405542063fff Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:20:31 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-cfgv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cfgv.spec b/python-cfgv.spec index 005569a..2fa849c 100644 --- a/python-cfgv.spec +++ b/python-cfgv.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cfgv Version: 3.3.0 -Release: 1 +Release: 2 Summary: Validate configuration and produce human readable error messages. License: MIT URL: https://github.com/asottile/cfgv @@ -29,7 +29,7 @@ Provides: python3-cfgv-doc Validate configuration and produce human readable error messages. %prep -%autosetup -n cfgv-3.3.0 -S git +%autosetup -n cfgv-3.3.0 -p1 %build %py3_build @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.3.0-2 +- DESC: delete -S git from %autosetup + * Tue Jul 13 2021 OpenStack_SIG - 3.3.0-1 - Upgrade to version 3.3.0 * Wed Jul 29 2020 Python_Bot