From 5da23a292dc7d6a3360678487858ac551464949c Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:40:48 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- xfsdump.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfsdump.spec b/xfsdump.spec index ed42642..be4adb6 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,12 +1,12 @@ Name: xfsdump Version: 3.1.9 -Release: 1 +Release: 2 Summary: Tools create and restore for the XFS filesystem License: GPLv2 URL: http://xfs.org Source0: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz -BuildRequires: libtool, gettext, gawk, git +BuildRequires: libtool, gettext, gawk BuildRequires: xfsprogs-devel, ncurses-devel, libuuid-devel, libattr-devel Requires: xfsprogs, attr @@ -21,7 +21,7 @@ Requires: man This contains man files for the using of xfsdump. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -48,6 +48,9 @@ mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.1.9-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jul 16 2020 wuguanghao - 3.1.9-1 - update xfsdump version to 3.1.9-1