add make check

This commit is contained in:
lixiaokeng 2020-11-04 18:22:44 +08:00
parent 52901b4389
commit dbd1e43aab

View File

@ -1,6 +1,6 @@
Name: iprutils Name: iprutils
Version: 2.4.18.1 Version: 2.4.18.1
Release: 1 Release: 2
Summary: Utilities for the ipr. Summary: Utilities for the ipr.
License: CPL License: CPL
URL: http://sourceforge.net/projects/iprdd/ URL: http://sourceforge.net/projects/iprdd/
@ -36,6 +36,9 @@ autoreconf -ivf
--disable-sosreport --disable-sosreport
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
@ -71,6 +74,9 @@ install -p -m 0644 %SOURCE1 %{buildroot}%{_mandir}/man8/
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Nov 4 2020 lixiaokeng<lixiaokeng@huawei.com> - 2.4.18.1-2
- add make check
* Tue Jul 21 2020 Wangjun <wangjun196@huawei.com> - 2.4.18.1-1 * Tue Jul 21 2020 Wangjun <wangjun196@huawei.com> - 2.4.18.1-1
- upgrade package to 2.4.18.1 - upgrade package to 2.4.18.1