From 1e0777538121b548c420da4884dcd6d030f59709 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Wed, 31 Aug 2022 17:24:35 +0800 Subject: [PATCH] Enable test case correctly Signed-off-by: Wenchao Hao --- open-isns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/open-isns.spec b/open-isns.spec index 49c7d75..e1c5fa7 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.100 -Release: 9 +Release: 10 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -56,7 +56,7 @@ This package consists of man files for iSNS %make_build %check -make tests +make -C tests quick %install %make_install @@ -101,6 +101,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Wed Aug 31 2022 Wenchao Hao - 0.100-10 +- Enable test case correctly + * Sat Aug 13 2022 Wenchao Hao - 0.100-9 - Backport patches to fix unparsed parameters -- Gitee