enable check

This commit is contained in:
wangjiang 2023-02-17 02:18:08 +00:00
parent 899ab8c8e1
commit a0bab55a43

View File

@ -2,7 +2,7 @@
Name: zstd Name: zstd
Version: 1.4.5 Version: 1.4.5
Release: 1 Release: 2
Summary: A fast lossless compression algorithm Summary: A fast lossless compression algorithm
License: BSD and GPLv2 License: BSD and GPLv2
URL: https://github.com/facebook/zstd URL: https://github.com/facebook/zstd
@ -50,9 +50,7 @@ done
%endif %endif
%check %check
%ifarch %{arm} make -C tests test
make -C tests test-zstd
%endif
%if %{with pzstd} %if %{with pzstd}
make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%endif %endif
@ -89,6 +87,12 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Thu Feb 16 2023 wangjiang <wangjiang37@h-partners.com> - 1.4.5-2
- Type:enhancement
- CVE:NA
- SUG:NA
- DESC:enable check
* Tue Mar 16 2021 shixuantong<shixuantong@huawei.com> - 1.4.5-1 * Tue Mar 16 2021 shixuantong<shixuantong@huawei.com> - 1.4.5-1
- Type:CVE - Type:CVE
- CVE:CVE-2021-24032 - CVE:CVE-2021-24032