%prep no longer patched with git

This commit is contained in:
hht8 2021-06-01 09:28:11 +08:00
parent cafc5c29d3
commit 34a9d976f0

View File

@ -1,6 +1,6 @@
Name: python-cpio Name: python-cpio
Version: 0.1 Version: 0.1
Release: 32 Release: 33
Summary: This module provides for accessing cpio archives Summary: This module provides for accessing cpio archives
License: LGPLv2+ License: LGPLv2+
URL: https://sourceforge.net/projects/python-cpio.berlios/ URL: https://sourceforge.net/projects/python-cpio.berlios/
@ -18,7 +18,7 @@ Summary: This module provides for accessing cpio archive
The package provides for accessing cpio archives wrote by python. The package provides for accessing cpio archives wrote by python.
%prep %prep
%autosetup -n python-cpio-%{version} -p1 -S git %autosetup -n python-cpio-%{version} -p1
%build %build
%py3_build %py3_build
@ -33,6 +33,9 @@ The package provides for accessing cpio archives wrote by python.
%{python3_sitelib}/*.egg-info %{python3_sitelib}/*.egg-info
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 0.1-33
- %prep no longer patched with git
* Wed Oct 21 2020 zhangtao <zhangtao221g@huawei.com> - 0.1-32 * Wed Oct 21 2020 zhangtao <zhangtao221g@huawei.com> - 0.1-32
- delete python2 - delete python2