From 28c7e411b085b81c22c613d87ee8c0d231a654d5 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 31 Mar 2022 17:46:11 +0800 Subject: [PATCH] Fix test command --- libxslt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxslt.spec b/libxslt.spec index 33e2acc..b687f2c 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,6 +1,6 @@ Name: libxslt Version: 1.1.34 -Release: 5 +Release: 6 Summary: XSLT Transformation Library License: MIT URL: http://xmlsoft.org/libxslt/ @@ -46,7 +46,7 @@ autoreconf -vfi pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../bin/xslt-config;popd %check -make check +%make_build tests %post /sbin/ldconfig @@ -81,6 +81,9 @@ make check %exclude %{_docdir}/../licenses/Copyright %changelog +* Thu Mar 31 2022 panxiaohe - 1.1.34-6 +- Fix test command + * Sat Oct 23 2021 panxiaohe - 1.1.34-5 - Fix double-free with stylesheets containing entity nodes -- Gitee