!40 [sync] PR-39: optimize test command

From: @openeuler-sync-bot 
Reviewed-by: @ziyangc 
Signed-off-by: @ziyangc
This commit is contained in:
openeuler-ci-bot 2023-02-09 07:09:53 +00:00 committed by Gitee
commit 4a76edfd11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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/
@ -59,7 +59,7 @@ export PYTHON=/usr/bin/python2
pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../bin/xslt-config;popd
%check
make check
%make_build tests
%post
/sbin/ldconfig
@ -103,6 +103,12 @@ make check
%doc python/tests/*.xsl
%changelog
* Thu Feb 09 2023 fuanan <fuanan3@h-partners.com> - 1.1.34-6
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:optimize test command
* Fri Jul 01 2022 fuanan <fuanan3@h-partners.com> - 1.1.34-5
- Type:CVE
- ID:CVE-2021-30560