From f0744163bf488be21690bf8ee8ab1acd34c8004e Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Fri, 3 Dec 2021 15:28:09 +0800 Subject: [PATCH] enable %check Signed-off-by: Wenchao Hao --- open-isns.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/open-isns.spec b/open-isns.spec index 2ad792c..c0d50cf 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,7 @@ +#needsrootforbuild Name: open-isns Version: 0.101 -Release: 1 +Release: 2 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -50,7 +51,8 @@ This package consists of man files for iSNS %make_build %check -make tests +make install_lib +make -C tests quick %install %make_install @@ -95,6 +97,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Fri Dec 3 2021 Wenchao Hao - 0.101-2 +- Enable %check + * Tue Nov 16 2021 Wenchao Hao - 0.101-1 - Update to open-isns-0.101 version -- Gitee