add make tests

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
This commit is contained in:
Wenchao Hao 2020-11-04 21:28:14 +08:00
parent edcbe03beb
commit e4228fc094

View File

@ -1,6 +1,6 @@
Name: open-isns
Version: 0.100
Release: 5
Release: 6
Summary: The iSNS server and client programs
License: LGPLv2+
URL: https://www.github.com/open-iscsi/open-isns
@ -54,6 +54,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
@ -97,6 +100,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service
%{_mandir}/man8/*
%changelog
* Mon Sep 27 2021 Wenchao Hao <haowenchao@huawei.com> - 0.100-6
- add make tests
* Mon Sep 27 2021 Wenchao Hao <haowenchao@huawei.com> - 0.100-5
- backport upstream bugfix patches