From 265aaa986841f492d90deac2944b6a00984190dd Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:24:08 +0800 Subject: [PATCH] delete -S git from %autosetup (cherry picked from commit a1549a3915b8a9a4c9c7816a1dfc59a149baa74b) --- python-json-logger.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-json-logger.spec b/python-json-logger.spec index f73a0e6..1d704a1 100644 --- a/python-json-logger.spec +++ b/python-json-logger.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-json-logger Version: 2.0.1 -Release: 1 +Release: 2 Summary: A python library adding a json log formatter License: BSD URL: http://github.com/madzak/python-json-logger @@ -29,7 +29,7 @@ Provides: python3-json-logger-doc This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records. %prep -%autosetup -n python-json-logger-2.0.1 -S git +%autosetup -n python-json-logger-2.0.1 -p1 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.0.1-2 +- DESC: delete -S git from %autosetup + * Tue Jul 13 2021 OpenStack_SIG - 2.0.1-1 - Package Spec generate