!60 enable check

From: @wangjiang37 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
This commit is contained in:
openeuler-ci-bot 2023-02-17 07:40:54 +00:00 committed by Gitee
commit a43f7ae65e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <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
- Type:CVE
- CVE:CVE-2021-24032