enable make check

This commit is contained in:
t_feng 2020-03-13 22:29:39 +08:00
parent fa993fa14d
commit 21c4222450

View File

@ -1,6 +1,6 @@
Name: ipmitool
Version: 1.8.18
Release: 13
Release: 14
Summary: Utility for IPMI control
License: BSD
URL: http://ipmitool.sourceforge.net/
@ -79,6 +79,9 @@ automake --foreign
%configure --disable-dependency-tracking --enable-file-security --disable-intf-free
%make_build
%check
make check
%install
%make_install
@ -129,6 +132,9 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn
%{_mandir}/man8/ipmievd.8*
%changelog
* Fri Mar 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.18-14
- enable make check
* Fri Mar 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.18-13
- fix CVE-2020-5208