delete -Sgit in %autosetup

This commit is contained in:
eulerstorage 2020-03-14 15:06:42 +08:00
parent cfe6c96724
commit d5ac3a812b

View File

@ -14,7 +14,7 @@
Summary: The GNU disk partition manipulation program Summary: The GNU disk partition manipulation program
Name: parted Name: parted
Version: 3.3 Version: 3.3
Release: 1 Release: 2
URL: https://www.gnu.org/software/parted/ URL: https://www.gnu.org/software/parted/
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
License: GPLv3+ License: GPLv3+
@ -45,7 +45,7 @@ partitions and filesystems using the routines provided by the GNU
Parted library, you need to install this package. Parted library, you need to install this package.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf autoreconf
@ -112,6 +112,12 @@ fi
%{_libdir}/pkgconfig/libparted*.pc %{_libdir}/pkgconfig/libparted*.pc
%changelog %changelog
* Sat Mar 14 2020 hy-euler <eulerstoragemt@huawei.com> - 3.3-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: delete -Sgit in %autosetup
* Wed Feb 19 2020 hy-euler <eulerstoragemt@huawei.com> - 3.3-1 * Wed Feb 19 2020 hy-euler <eulerstoragemt@huawei.com> - 3.3-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA