add make check

This commit is contained in:
lixiaokeng 2020-11-04 21:44:43 +08:00
parent 3fdfb3e928
commit c0f872aa9f

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