!2 python-yamlloader delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-13 02:17:49 +00:00 committed by Gitee
commit f518c2b297

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-yamlloader Name: python-yamlloader
Version: 1.0.0 Version: 1.0.0
Release: 1 Release: 2
Summary: Ordered YAML loader and dumper for PyYAML. Summary: Ordered YAML loader and dumper for PyYAML.
License: MIT License: MIT
URL: https://github.com/Phynix/yamlloader URL: https://github.com/Phynix/yamlloader
@ -37,7 +37,7 @@ Provides: python3-yamlloader-doc
This module provides loaders and dumpers for PyYAML. This module provides loaders and dumpers for PyYAML.
%prep %prep
%autosetup -n yamlloader-1.0.0 -S git %autosetup -n yamlloader-1.0.0 -p1
%build %build
%py3_build %py3_build
@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.0-2
- DESC: delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1 * Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
- Package Spec generate - Package Spec generate