|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
Name: zstd
|
|
|
|
|
Version: 1.5.5
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: Zstd compression library
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause AND GPL-2.0-only
|
|
|
|
@ -143,6 +143,10 @@ install -D -m644 programs/%{name}.1 %{buildroot}%{_mandir}/man1/p%{name}.1
|
|
|
|
|
%ldconfig_scriptlets -n lib%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.5.5-9
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2024 Jakub Martisko <jamartis@redhat.com> - 1.5.5-8
|
|
|
|
|
- Backport the patch that enables BTI on aarch64
|
|
|
|
|
Related: RHEL-50092
|
|
|
|
|