diff --git a/dosfstools.spec b/dosfstools.spec index fad912c..99ea3d6 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,6 +1,6 @@ Name: dosfstools Version: 4.1 -Release: 9 +Release: 8 Summary: FAT file system userspace tools License: GPLv3+ URL: http://www.github.com/dosfstools/dosfstools @@ -16,8 +16,6 @@ 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 -Patch8: 0008-Fix-memory-leaks-in-read_fat-function.patch -Patch9: 0009-Turn-label-in-struct-DOS_FS-into-char-array-from-poi.patch %description The dosfstools package contains programs mkfs.fat, fsck.fat and fatlabel to @@ -55,6 +53,9 @@ This package includes man pages for dosfstools. - backport patches to fix two memory leak problems, rename patch names, and set release num to 9 for CI. +* Wed Jul 1 2020 Wu Bo - 4.1-8 +- rebuild package + * Tue Aug 20 2019 luoshijie - 4.1-7 - Type:enhancement - ID:NA