!79 [sync] PR-75: 【轻量级 PR】:The libzsta.a library should be packaged to access advanced experimental features

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-12-10 00:48:54 +00:00 committed by Gitee
commit 00258327df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: zstd
Version: 1.5.0
Release: 4
Release: 5
Summary: A fast lossless compression algorithm
License: BSD and GPLv2
URL: https://github.com/facebook/zstd
@ -76,18 +76,21 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%exclude %{_bindir}/%{name}less
%exclude %{_bindir}/%{name}grep
%exclude %{_libdir}/libzstd.a
%files devel
%{_includedir}/*.h
%{_libdir}/pkgconfig/libzstd.pc
%{_libdir}/libzstd.so
%{_libdir}/libzstd.a
%files help
%{_mandir}/man1/*.1*
%changelog
* Mon Dec 9 2024 luckky <guodashun1@huawei.com> - 1.5.0-5
* The libzsta.a library should be packaged to access advanced experimental features
* Tue Apr 4 2023 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.5.0-4
* fix CVE-2022-4899