From d5ac3a812beff44400a7ea9ef280bed9208420dd Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sat, 14 Mar 2020 15:06:42 +0800 Subject: [PATCH] delete -Sgit in %autosetup --- parted.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index c4ec081..affd7a5 100644 --- a/parted.spec +++ b/parted.spec @@ -14,7 +14,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.3 -Release: 1 +Release: 2 URL: https://www.gnu.org/software/parted/ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz License: GPLv3+ @@ -45,7 +45,7 @@ partitions and filesystems using the routines provided by the GNU Parted library, you need to install this package. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build autoreconf @@ -112,6 +112,12 @@ fi %{_libdir}/pkgconfig/libparted*.pc %changelog +* Sat Mar 14 2020 hy-euler - 3.3-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: delete -Sgit in %autosetup + * Wed Feb 19 2020 hy-euler - 3.3-1 - Type:enhancement - ID:NA