!10 【Mainline】Enable test suite in check
From: @yixiangzhike Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
54b8dc939d
@ -1,6 +1,6 @@
|
|||||||
Name: libtomcrypt
|
Name: libtomcrypt
|
||||||
Version: 1.18.2
|
Version: 1.18.2
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A comprehensive, portable cryptographic toolkit
|
Summary: A comprehensive, portable cryptographic toolkit
|
||||||
License: Public Domain or WTFPL
|
License: Public Domain or WTFPL
|
||||||
URL: http://www.libtom.net/
|
URL: http://www.libtom.net/
|
||||||
@ -36,6 +36,7 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} INCPATH="%{_includedir}" PREFIX="%{_pref
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
./test
|
||||||
|
|
||||||
%post -n %{name} -p /sbin/ldconfig
|
%post -n %{name} -p /sbin/ldconfig
|
||||||
%postun -n %{name} -p /sbin/ldconfig
|
%postun -n %{name} -p /sbin/ldconfig
|
||||||
@ -52,6 +53,9 @@ make test
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2022 yixiangzhike <yixiangzhike007@163.com> - 1.18.2-5
|
||||||
|
- enable test suite in check
|
||||||
|
|
||||||
* Thu Jan 14 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.18.2-4
|
* Thu Jan 14 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.18.2-4
|
||||||
- fix CVE-2019-17362
|
- fix CVE-2019-17362
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user