From 5514f55a76091283af88cc48afa0d641dbc55128 Mon Sep 17 00:00:00 2001 From: luckky Date: Mon, 9 Dec 2024 03:10:35 +0000 Subject: [PATCH] The libzsta.a library should be packaged to access advanced experimental features Signed-off-by: luckky (cherry picked from commit e21280e44444bf75dde2ceef6311c88a267943eb) --- zstd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zstd.spec b/zstd.spec index a7389dc..e229909 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,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 - 1.5.0-5 +* The libzsta.a library should be packaged to access advanced experimental features + * Tue Apr 4 2023 zhoupengcheng - 1.5.0-4 * fix CVE-2022-4899 -- Gitee