From fa11bfee3427c631bd0df7105a845b42b0ddfae8 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 21:28:14 +0800 Subject: [PATCH] add make tests --- open-isns.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/open-isns.spec b/open-isns.spec index 5162cad..fbfd816 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.100 -Release: 2 +Release: 3 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -50,6 +50,9 @@ This package consists of man files for iSNS %configure --enable-shared --disable-static %make_build +%check +make tests + %install %make_install make DESTDIR=%{buildroot} install_hdrs install_lib @@ -93,6 +96,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Wed Nov 4 2020 lixiaokeng - 0.100-3 +- add make tests + * Mon Jul 13 2020 Zhiqiang Liu - 0.100-2 - backport upstream bugfix patches -- Gitee