diff --git a/.dosfstools.spec.swp b/.dosfstools.spec.swp new file mode 100644 index 0000000..35597ad Binary files /dev/null and b/.dosfstools.spec.swp differ diff --git a/dosfstools.spec b/dosfstools.spec index 99ea3d6..3c68918 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,6 +1,6 @@ Name: dosfstools Version: 4.1 -Release: 8 +Release: 10 Summary: FAT file system userspace tools License: GPLv3+ URL: http://www.github.com/dosfstools/dosfstools @@ -36,6 +36,9 @@ This package includes man pages for dosfstools. %configure --enable-compat-symlinks %make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing" +%check +make check + %install %make_install @@ -49,10 +52,13 @@ This package includes man pages for dosfstools. %{_mandir}/man8/* %changelog -* Tue Feb 9 2021 Zhiqiang Liu - 4.1-9 +* Tue Feb 9 2021 Zhiqiang Liu - 4.1-10 - backport patches to fix two memory leak problems, rename patch names, and set release num to 9 for CI. +* Wed Nov 4 2020 lixiaokeng - 4.1-9 +- add make check + * Wed Jul 1 2020 Wu Bo - 4.1-8 - rebuild package