From de3de46754aa810f705bfa91686d7fcf80cd0aaf Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:35:35 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- dosfstools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dosfstools.spec b/dosfstools.spec index 2dfdf95..ea3a4e7 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,12 +1,12 @@ Name: dosfstools Version: 4.1 -Release: 9 +Release: 10 Summary: FAT file system userspace tools License: GPLv3+ URL: http://www.github.com/dosfstools/dosfstools Source0: http://www.github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz -BuildRequires: gcc git autoconf automake +BuildRequires: gcc autoconf automake Patch0: 0000-Fix-signed-integer-overflow-in-FSTART.patch Patch1: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch @@ -30,7 +30,7 @@ Requires: man This package includes man pages for dosfstools. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure --enable-compat-symlinks @@ -52,6 +52,9 @@ make check %{_mandir}/man8/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 4.1-10 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Wed Nov 4 2020 lixiaokeng - 4.1-9 - add make check