!4 python-cfgv delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-08-13 02:18:07 +00:00 committed by Gitee
commit f02a3d3e6c

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cfgv Name: python-cfgv
Version: 3.3.0 Version: 3.3.0
Release: 1 Release: 2
Summary: Validate configuration and produce human readable error messages. Summary: Validate configuration and produce human readable error messages.
License: MIT License: MIT
URL: https://github.com/asottile/cfgv URL: https://github.com/asottile/cfgv
@ -29,7 +29,7 @@ Provides: python3-cfgv-doc
Validate configuration and produce human readable error messages. Validate configuration and produce human readable error messages.
%prep %prep
%autosetup -n cfgv-3.3.0 -S git %autosetup -n cfgv-3.3.0 -p1
%build %build
%py3_build %py3_build
@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.3.0-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 3.3.0-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 3.3.0-1
- Upgrade to version 3.3.0 - Upgrade to version 3.3.0
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org> * Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>