From d52767be6447d65abf778cd64c0dcd2ad50eb56f Mon Sep 17 00:00:00 2001 From: luckky Date: Mon, 9 Dec 2024 03:05:32 +0000 Subject: [PATCH] The libzsta.a library should be packaged to access advanced experimental features Signed-off-by: luckky --- zstd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zstd.spec b/zstd.spec index a7389dc..24c3869 100644 --- a/zstd.spec +++ b/zstd.spec @@ -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,22 @@ 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 - 1.5.0-5 +* fix CVE-2022-4899 + * Tue Apr 4 2023 zhoupengcheng - 1.5.0-4 * fix CVE-2022-4899 -- Gitee