diff --git a/sysfsutils.spec b/sysfsutils.spec index 308d687..f2ff17a 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -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 - 2.1.0-31 +- add make check + * Mon Jul 13 2020 Zhiqiang Liu - 2.1.0-30 - backport upstream bugfix patches