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

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:21:51 +00:00 committed by Gitee
commit 4772d65a89

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-nocasedict Name: python-nocasedict
Version: 1.0.2 Version: 1.0.2
Release: 1 Release: 2
Summary: A case-insensitive ordered dictionary for Python Summary: A case-insensitive ordered dictionary for Python
License: LGPL-2.0-only and LGPL-2.1-only and LGPL-2.0-or-later License: LGPL-2.0-only and LGPL-2.1-only and LGPL-2.0-or-later
URL: https://github.com/pywbem/nocasedict URL: https://github.com/pywbem/nocasedict
@ -45,7 +45,7 @@ Provides: python3-nocasedict-doc
A case-insensitive ordered dictionary for Python. A case-insensitive ordered dictionary for Python.
%prep %prep
%autosetup -n nocasedict-1.0.2 -S git %autosetup -n nocasedict-1.0.2 -p1
%build %build
%py3_build %py3_build
@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
- DESC: delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.2-1 * Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.2-1
- Package Spec generate - Package Spec generate