From fb373683dfb830820d7a5b25ff45adb5e3403adb Mon Sep 17 00:00:00 2001 From: shixuantong <1726671442@qq.com> Date: Tue, 10 May 2022 16:41:37 +0800 Subject: [PATCH] enable check test suite --- unzip.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/unzip.spec b/unzip.spec index e3a7c05..d7ff432 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 48 +Release: 49 Summary: A utility for unpacking zip files License: Info-ZIP,Public Domain URL: http://www.info-zip.org/UnZip.html @@ -62,6 +62,9 @@ Package help includes man pages for unzip. %install %make_install -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 INSTALL="cp -p" +%check +make check -f unix/Makefile + %files %license LICENSE COPYING.OLD %doc README BUGS @@ -71,6 +74,9 @@ Package help includes man pages for unzip. %{_mandir}/man1/* %changelog +* Tue May 10 2022 shixuantong - 6.0-49 +- enable check test suite + * Wed Feb 23 2022 tianwei - 6.0-48 - fix CVE-2022-0529 CVE-2022-0530 -- Gitee