diff --git a/6000-Fix-signed-integer-overflow-in-FSTART.patch b/0000-Fix-signed-integer-overflow-in-FSTART.patch similarity index 100% rename from 6000-Fix-signed-integer-overflow-in-FSTART.patch rename to 0000-Fix-signed-integer-overflow-in-FSTART.patch diff --git a/6001-Avoid-returning-deleted-directory-entries-as-labels.patch b/0001-Avoid-returning-deleted-directory-entries-as-labels.patch similarity index 100% rename from 6001-Avoid-returning-deleted-directory-entries-as-labels.patch rename to 0001-Avoid-returning-deleted-directory-entries-as-labels.patch diff --git a/6002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch b/0002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch similarity index 100% rename from 6002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch rename to 0002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch diff --git a/6003-Remove-long-file-name-when-changing-short-file-name.patch b/0003-Remove-long-file-name-when-changing-short-file-name.patch similarity index 100% rename from 6003-Remove-long-file-name-when-changing-short-file-name.patch rename to 0003-Remove-long-file-name-when-changing-short-file-name.patch diff --git a/6004-Fix-gcc-sprintf-length-warnings.patch b/0004-Fix-gcc-sprintf-length-warnings.patch similarity index 100% rename from 6004-Fix-gcc-sprintf-length-warnings.patch rename to 0004-Fix-gcc-sprintf-length-warnings.patch diff --git a/6005-fsck.fat-Fix-Year-2038-Bug.patch b/0005-fsck.fat-Fix-Year-2038-Bug.patch similarity index 100% rename from 6005-fsck.fat-Fix-Year-2038-Bug.patch rename to 0005-fsck.fat-Fix-Year-2038-Bug.patch diff --git a/6006-mkfs.fat-Fix-parsing-of-block-number.patch b/0006-mkfs.fat-Fix-parsing-of-block-number.patch similarity index 100% rename from 6006-mkfs.fat-Fix-parsing-of-block-number.patch rename to 0006-mkfs.fat-Fix-parsing-of-block-number.patch diff --git a/6007-device_info-Fix-parsing-partition-number.patch b/0007-device_info-Fix-parsing-partition-number.patch similarity index 100% rename from 6007-device_info-Fix-parsing-partition-number.patch rename to 0007-device_info-Fix-parsing-partition-number.patch diff --git a/dosfstools.spec b/dosfstools.spec index 11984f4..19b50d0 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -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 +Patch0: 0000-Fix-signed-integer-overflow-in-FSTART.patch +Patch1: 0001-Avoid-returning-deleted-directory-entries-as-labels.patch +Patch2: 0002-src-check.c-Fix-up-mtools-created-bad-dir-entries.patch +Patch3: 0003-Remove-long-file-name-when-changing-short-file-name.patch +Patch4: 0004-Fix-gcc-sprintf-length-warnings.patch +Patch5: 0005-fsck.fat-Fix-Year-2038-Bug.patch +Patch6: 0006-mkfs.fat-Fix-parsing-of-block-number.patch +Patch7: 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 - 4.1-8 +- rebuild package + * Tue Aug 20 2019 luoshijie - 4.1-7 - Type:enhancement - ID:NA