From b40a33dc984db58f64d7d02321627e1b5d4bd9d2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:37:13 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- sysfsutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index f2ff17a..ecb7568 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -1,6 +1,6 @@ Name: sysfsutils Version: 2.1.0 -Release: 31 +Release: 32 Summary: A set of utilities for interfacing with sysfs License: GPLv2 and LGPLv2+ URL: http://sourceforge.net/projects/linux-diag/ @@ -17,7 +17,7 @@ Patch7: 0007-Fix-compiler-complain-about-multiple-defs-of-my_stdo.patch Patch8: 0008-Use-stat-not-lstat-to-find-link-target.patch Patch9: 0009-path_is_file-should-call-stat-not-lstat.patch -BuildRequires: git gcc chrpath +BuildRequires: gcc chrpath Provides: libsysfs libsysfs%{?_isa} Obsoletes: libsysfs @@ -47,7 +47,7 @@ BuildArch: noarch This contains man files for the using of sysfsutils. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static --libdir=/%{_lib} @@ -88,6 +88,9 @@ chrpath -d $(find $RPM_BUILD_ROOT -name systool) %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.1.0-32 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Wed Nov 4 2020 lixiaokeng - 2.1.0-31 - add make check