delete -S git from %autosetup

This commit is contained in:
tanyulong2021 2022-06-17 09:55:04 +08:00
parent b54061da3f
commit eb0c21d3b5

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-storops
Version: 1.2.8
Release: 1
Release: 2
Summary: Python API for VNX and Unity.
License: Apache-2.0
URL: https://github.com/emc-openstack/storops
@ -57,7 +57,7 @@ Provides: python3-storops-doc
StorOps: The Python Library for VNX & Unity.
%prep
%autosetup -n storops-1.2.8 -S git
%autosetup -n storops-1.2.8
%build
%py3_build
@ -102,6 +102,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jun 17 2022 tanyulong <tanyulong@kylinos.cn> - 1.2.8-2
- delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.2.8-1
- Package Spec generate