add make check

Conflicts:
	dosfstools.spec
This commit is contained in:
lixiaokeng 2020-11-04 18:06:36 +08:00 committed by zhanchengbin
parent f63321a8e7
commit 93984aa7dc
2 changed files with 8 additions and 2 deletions

BIN
.dosfstools.spec.swp Normal file

Binary file not shown.

View File

@ -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 <liuzhiqiang26@huawei.com> - 4.1-9
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 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 <lixiaokeng@huawei.com> - 4.1-9
- add make check
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 4.1-8
- rebuild package