diff --git a/libtomcrypt.spec b/libtomcrypt.spec index 7454114365ed21556ef62e4f37054faa963e55ab..2d4056d9ed759602f49096447d3f72b360e4d9ee 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