diff --git a/zstd.spec b/zstd.spec index a7389dcbb4ddbafde0277f3be172e38a6f6abea7..e22990998fe8ecf7d7aa03b1a0e55cf22901d9b7 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