delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:24:08 +08:00
parent b9c3568a4a
commit a1549a3915
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-json-logger Name: python-json-logger
Version: 2.0.1 Version: 2.0.1
Release: 1 Release: 2
Summary: A python library adding a json log formatter Summary: A python library adding a json log formatter
License: BSD License: BSD
URL: http://github.com/madzak/python-json-logger 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. 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 %prep
%autosetup -n python-json-logger-2.0.1 -S git %autosetup -n python-json-logger-2.0.1 -p1
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.1-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.1-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.1-1
- Package Spec generate - Package Spec generate