diff --git a/zstd.spec b/zstd.spec index 4cf02bb6ae911d187768ab635ac2077597034b63..ac573bf0f983d3369dcdbec16d8348ddd7b18fc8 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