From c0f872aa9f0d303d720902e838a366b590f579b4 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 21:44:43 +0800 Subject: [PATCH] add make check --- sysfsutils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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