!2 当前补丁序号命名不太友好, 修改从0000开始

Merge pull request !2 from Paul.Wu/master
This commit is contained in:
openeuler-ci-bot 2020-07-01 17:48:02 +08:00 committed by Gitee
commit c7a7b81fba
9 changed files with 12 additions and 9 deletions

View File

@ -1,6 +1,6 @@
Name: dosfstools Name: dosfstools
Version: 4.1 Version: 4.1
Release: 7 Release: 8
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
@ -8,14 +8,14 @@ Source0: http://www.github.com/%{name}/%{name}/releases/download/v%{versi
BuildRequires: gcc git autoconf automake BuildRequires: gcc git autoconf automake
Patch6000: 6000-Fix-signed-integer-overflow-in-FSTART.patch Patch0: 0000-Fix-signed-integer-overflow-in-FSTART.patch
Patch6001: 6001-Avoid-returning-deleted-directory-entries-as-labels.patch Patch1: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch
Patch6002: 6002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch Patch2: 0002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch
Patch6003: 6003-Remove-long-file-name-when-changing-short-file-name.patch Patch3: 0003-Remove-long-file-name-when-changing-short-file-name.patch
Patch6004: 6004-Fix-gcc-sprintf-length-warnings.patch Patch4: 0004-Fix-gcc-sprintf-length-warnings.patch
Patch6005: 6005-fsck.fat-Fix-Year-2038-Bug.patch Patch5: 0005-fsck.fat-Fix-Year-2038-Bug.patch
Patch6006: 6006-mkfs.fat-Fix-parsing-of-block-number.patch Patch6: 0006-mkfs.fat-Fix-parsing-of-block-number.patch
Patch6007: 6007-device_info-Fix-parsing-partition-number.patch Patch7: 0007-device_info-Fix-parsing-partition-number.patch
%description %description
The dosfstools package contains programs mkfs.fat, fsck.fat and fatlabel to 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/* %{_mandir}/man8/*
%changelog %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 * Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 4.1-7
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA