diff --git a/dosfstools.spec b/dosfstools.spec index 19b50d0..2dfdf95 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,6 +1,6 @@ Name: dosfstools Version: 4.1 -Release: 8 +Release: 9 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,6 +52,9 @@ This package includes man pages for dosfstools. %{_mandir}/man8/* %changelog +* Wed Nov 4 2020 lixiaokeng - 4.1-9 +- add make check + * Wed Jul 1 2020 Wu Bo - 4.1-8 - rebuild package