!12 sysfsutils添加make check

From: @lixiaokeng
Reviewed-by: @volcanodragon
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2020-11-05 14:43:40 +08:00 committed by Gitee
commit be3671afcc

View File

@ -1,6 +1,6 @@
Name: sysfsutils
Version: 2.1.0
Release: 30
Release: 31
Summary: A set of utilities for interfacing with sysfs
License: GPLv2 and LGPLv2+
URL: http://sourceforge.net/projects/linux-diag/
@ -53,6 +53,9 @@ This contains man files for the using of sysfsutils.
%configure --disable-static --libdir=/%{_lib}
%make_build
%check
make check
%install
%make_install
@ -85,6 +88,9 @@ chrpath -d $(find $RPM_BUILD_ROOT -name systool)
%changelog
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.1.0-31
- add make check
* Mon Jul 13 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.1.0-30
- backport upstream bugfix patches