From 1ce644baa3035f594c0bd5f96d6f7b9f406af829 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:19:39 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-bitmath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-bitmath.spec b/python-bitmath.spec index 854e905..d4c1009 100644 --- a/python-bitmath.spec +++ b/python-bitmath.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bitmath Version: 1.3.3.1 -Release: 1 +Release: 2 Summary: Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion) License: MIT URL: https://github.com/tbielawa/bitmath @@ -29,7 +29,7 @@ Provides: python3-bitmath-doc simplifies many facets of interacting with file sizes in various units. %prep -%autosetup -n bitmath-%{version} -S git +%autosetup -n bitmath-%{version} -p1 %build %py3_build @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.3.3.1-2 +- DESC: delete -S git from %autosetup + * Thu Jul 15 2021 OpenStack_SIG - 1.3.3.1-1 - Package Spec generate