From 05f0fce310e5f9f72b01d360165d095b47a4a5c7 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Sat, 31 Jul 2021 16:57:20 +0800 Subject: [PATCH] delete -Sgit from %autosetup --- jfsutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jfsutils.spec b/jfsutils.spec index 23332a3..2c91258 100644 --- a/jfsutils.spec +++ b/jfsutils.spec @@ -1,6 +1,6 @@ Name: jfsutils Version: 1.1.15 -Release: 16 +Release: 17 Summary: Administration and debugging tools for the JFS filesystem License: GPLv3 URL: http://jfs.sourceforge.net/ @@ -20,7 +20,7 @@ filesystem, which mainly contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in JFS filesystems. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %license COPYING %changelog +* Sat Jul 31 2021 chenyanpanHW - 1.1.15-17 +- DESC: delete -Sgit from %autosetup + * Sat Jul 31 2021 shixuantong - 1.1.15-16 - Type:bugfix - CVE:NA