!14 Synchronize Version
From: @hifi521 Reviewed-by: @wubo009 Signed-off-by: @wubo009
This commit is contained in:
commit
8efdf33bc7
@ -1,12 +1,12 @@
|
|||||||
Name: dosfstools
|
Name: dosfstools
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 9
|
Release: 11
|
||||||
Summary: FAT file system userspace tools
|
Summary: FAT file system userspace tools
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.github.com/dosfstools/dosfstools
|
URL: http://www.github.com/dosfstools/dosfstools
|
||||||
Source0: http://www.github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
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
|
Patch0: 0000-Fix-signed-integer-overflow-in-FSTART.patch
|
||||||
Patch1: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch
|
Patch1: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch
|
||||||
@ -32,12 +32,15 @@ Requires: man
|
|||||||
This package includes man pages for dosfstools.
|
This package includes man pages for dosfstools.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-compat-symlinks
|
%configure --enable-compat-symlinks
|
||||||
%make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
|
%make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
@ -51,10 +54,19 @@ This package includes man pages for dosfstools.
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-9
|
* 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,
|
- backport patches to fix two memory leak problems, rename patch names,
|
||||||
and set release num to 9 for CI.
|
and set release num to 9 for CI.
|
||||||
|
|
||||||
|
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 4.1-9
|
||||||
|
- add make check
|
||||||
|
|
||||||
|
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 4.1-8
|
||||||
|
- rebuild package
|
||||||
|
|
||||||
* Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 4.1-7
|
* Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 4.1-7
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user