add make tests
This commit is contained in:
parent
47f99ff9d5
commit
fa11bfee34
@ -1,6 +1,6 @@
|
|||||||
Name: open-isns
|
Name: open-isns
|
||||||
Version: 0.100
|
Version: 0.100
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The iSNS server and client programs
|
Summary: The iSNS server and client programs
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://www.github.com/open-iscsi/open-isns
|
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
|
%configure --enable-shared --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make tests
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
make DESTDIR=%{buildroot} install_hdrs install_lib
|
make DESTDIR=%{buildroot} install_hdrs install_lib
|
||||||
@ -93,6 +96,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 4 2020 lixiaokeng<lixiaokeng@huawei.com> - 0.100-3
|
||||||
|
- add make tests
|
||||||
|
|
||||||
* Mon Jul 13 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.100-2
|
* Mon Jul 13 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.100-2
|
||||||
- backport upstream bugfix patches
|
- backport upstream bugfix patches
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user