From a0bab55a439e1f4b04feb1110c2dead99a44e280 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 17 Feb 2023 02:18:08 +0000 Subject: [PATCH] enable check --- zstd.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/zstd.spec b/zstd.spec index 4cf02bb..ac573bf 100644 --- a/zstd.spec +++ b/zstd.spec @@ -2,7 +2,7 @@ Name: zstd Version: 1.4.5 -Release: 1 +Release: 2 Summary: A fast lossless compression algorithm License: BSD and GPLv2 URL: https://github.com/facebook/zstd @@ -50,9 +50,7 @@ done %endif %check -%ifarch %{arm} -make -C tests test-zstd -%endif +make -C tests test %if %{with pzstd} make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" %endif @@ -89,6 +87,12 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog +* Thu Feb 16 2023 wangjiang - 1.4.5-2 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC:enable check + * Tue Mar 16 2021 shixuantong - 1.4.5-1 - Type:CVE - CVE:CVE-2021-24032 -- Gitee