delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:26:28 +08:00
parent 80278cd658
commit 7a28a0880e
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-nodeenv Name: python-nodeenv
Version: 1.5.0 Version: 1.5.0
Release: 1 Release: 2
Summary: Node.js virtual environment builder Summary: Node.js virtual environment builder
License: BSD License: BSD
URL: https://github.com/ekalinin/nodeenv URL: https://github.com/ekalinin/nodeenv
@ -29,7 +29,7 @@ Provides: python3-nodeenv-doc
Node.js virtual environment builder. Node.js virtual environment builder.
%prep %prep
%autosetup -n nodeenv-1.5.0 -S git %autosetup -n nodeenv-1.5.0 -p1
%build %build
%py3_build %py3_build
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.0-2
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.0-1 * Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.0-1
- Package Spec generate - Package Spec generate