delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:18:59 +08:00
parent ec3dac174b
commit 5c1f1feb10
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-XStatic-JQuery-Migrate Name: python-XStatic-JQuery-Migrate
Version: 1.2.1.2 Version: 1.2.1.2
Release: 1 Release: 2
Summary: JQuery-Migrate 1.2.1 (XStatic packaging standard) Summary: JQuery-Migrate 1.2.1 (XStatic packaging standard)
License: MIT License: MIT
URL: https://github.com/jquery/jquery-migrate URL: https://github.com/jquery/jquery-migrate
@ -41,7 +41,7 @@ the XStatic base package, if you like.
You can find more info about the xstatic packaging way in the package `XStatic`. You can find more info about the xstatic packaging way in the package `XStatic`.
%prep %prep
%autosetup -n XStatic-JQuery-Migrate-1.2.1.2 -S git %autosetup -n XStatic-JQuery-Migrate-1.2.1.2 -p1
%build %build
%py3_build %py3_build
@ -87,6 +87,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.1.2-2
- DESC: delete -S git from %autosetup
* Fri Jul 09 2021 OpenStack_SIG <openstack@openeuler.org> * Fri Jul 09 2021 OpenStack_SIG <openstack@openeuler.org>
- Downgrade to 1.2.1.2 - Downgrade to 1.2.1.2
* Sat Jan 30 2021 liusheng <liusheng2048@gmail.com> * Sat Jan 30 2021 liusheng <liusheng2048@gmail.com>