delete -S git from %autosetup

(cherry picked from commit ba2f6e7bbb4d8697436480b02b3b44151f1490ea)
This commit is contained in:
chenyanpanHW 2021-07-30 23:20:06 +08:00 committed by openeuler-sync-bot
parent e2afced93a
commit 5cec4b993d

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cachez Name: python-cachez
Version: 0.1.2 Version: 0.1.2
Release: 2 Release: 3
Summary: Cache decorator for global or instance level memoize. Summary: Cache decorator for global or instance level memoize.
License: Apache-2.0 License: Apache-2.0
URL: http://github.com/jealous/cachez URL: http://github.com/jealous/cachez
@ -31,7 +31,7 @@ Provides: python3-cachez-doc
Cache decorator for global or instance level memoize. Cache decorator for global or instance level memoize.
%prep %prep
%autosetup -n cachez-0.1.2 -S git %autosetup -n cachez-0.1.2 -p1
%build %build
%py3_build %py3_build
@ -76,6 +76,9 @@ pytest
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.1.2-3
- DESC: delete -S git from %autosetup
* Wed Jul 28 2021 OpenStack_SIG <openstack@openeuler.org> - 0.1.2-2 * Wed Jul 28 2021 OpenStack_SIG <openstack@openeuler.org> - 0.1.2-2
- Fix check error - Fix check error
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 0.1.2-1 * Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 0.1.2-1