From dd4cec80956b1b2d041ce7d0c64b4e9040d7372a Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 13 Apr 2022 15:22:27 +0800 Subject: [PATCH] Enable test suite in check --- libtomcrypt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtomcrypt.spec b/libtomcrypt.spec index 7454114..2d4056d 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -1,6 +1,6 @@ Name: libtomcrypt Version: 1.18.2 -Release: 4 +Release: 5 Summary: A comprehensive, portable cryptographic toolkit License: Public Domain or WTFPL URL: http://www.libtom.net/ @@ -36,6 +36,7 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} INCPATH="%{_includedir}" PREFIX="%{_pref %check make test +./test %post -n %{name} -p /sbin/ldconfig %postun -n %{name} -p /sbin/ldconfig @@ -52,6 +53,9 @@ make test %{_libdir}/pkgconfig/*.pc %changelog +* Wed Apr 13 2022 yixiangzhike - 1.18.2-5 +- enable test suite in check + * Thu Jan 14 2021 openEuler Buildteam - 1.18.2-4 - fix CVE-2019-17362 -- Gitee