delete -S git from %autosetup, and delete BuildRequires git

Conflicts:
	dosfstools.spec
This commit is contained in:
chenyanpanHW 2021-07-30 22:35:35 +08:00 committed by zhanchengbin
parent a9b298ba7c
commit 184de68ad3

View File

@ -1,12 +1,12 @@
Name: dosfstools
Version: 4.1
Release: 10
Release: 11
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
@ -32,7 +32,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
@ -54,6 +54,9 @@ make check
%{_mandir}/man8/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.1-11
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-10
- backport patches to fix two memory leak problems, rename patch names,
and set release num to 9 for CI.