rebuild package

This commit is contained in:
Wu Bo 2020-07-01 15:15:47 +08:00
parent bf57c0e398
commit b0e1a743dd
9 changed files with 12 additions and 9 deletions

View File

@ -1,6 +1,6 @@
Name: dosfstools
Version: 4.1
Release: 7
Release: 8
Summary: FAT file system userspace tools
License: GPLv3+
URL: http://www.github.com/dosfstools/dosfstools
@ -8,14 +8,14 @@ Source0: http://www.github.com/%{name}/%{name}/releases/download/v%{versi
BuildRequires: gcc git autoconf automake
Patch6000: 6000-Fix-signed-integer-overflow-in-FSTART.patch
Patch6001: 6001-Avoid-returning-deleted-directory-entries-as-labels.patch
Patch6002: 6002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch
Patch6003: 6003-Remove-long-file-name-when-changing-short-file-name.patch
Patch6004: 6004-Fix-gcc-sprintf-length-warnings.patch
Patch6005: 6005-fsck.fat-Fix-Year-2038-Bug.patch
Patch6006: 6006-mkfs.fat-Fix-parsing-of-block-number.patch
Patch6007: 6007-device_info-Fix-parsing-partition-number.patch
Patch0000: 0000-Fix-signed-integer-overflow-in-FSTART.patch
Patch0001: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch
Patch0002: 0002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch
Patch0003: 0003-Remove-long-file-name-when-changing-short-file-name.patch
Patch0004: 0004-Fix-gcc-sprintf-length-warnings.patch
Patch0005: 0005-fsck.fat-Fix-Year-2038-Bug.patch
Patch0006: 0006-mkfs.fat-Fix-parsing-of-block-number.patch
Patch0007: 0007-device_info-Fix-parsing-partition-number.patch
%description
The dosfstools package contains programs mkfs.fat, fsck.fat and fatlabel to
@ -49,6 +49,9 @@ This package includes man pages for dosfstools.
%{_mandir}/man8/*
%changelog
* 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
- Type:enhancement
- ID:NA