From 1d6740a86364adf39edab38e0400a80dd60a8e34 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:41:00 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- xfsprogs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index d7c507d..28c54d3 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,13 +1,13 @@ Name: xfsprogs Version: 5.9.0 -Release: 2 +Release: 3 Summary: Administration and debugging tools for the XFS file system License: GPL+ and LGPLv2+ URL: https://xfs.wiki.kernel.org Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz -BuildRequires: libtool libattr-devel libuuid-devel gcc git gettext +BuildRequires: libtool libattr-devel libuuid-devel gcc gettext BuildRequires: readline-devel libblkid-devel >= 2.30 lvm2-devel libicu-devel >= 62.0 Recommends: %{name}-xfs_scrub @@ -50,7 +50,7 @@ This contains man files for the using of xfsprogs. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build export tagname=CC @@ -99,6 +99,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.9.0-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jun 29 2021 zhouwenpei - 5.9.0-2 - add buildrequire gettext. -- Gitee