Rebuild xxhash to bring it back into the buildroot

Resolves: RHEL-71299
This commit is contained in:
Siddhesh Poyarekar 2025-01-13 06:23:11 -05:00 committed by Siddhesh Poyarekar
parent b7c239767c
commit b958d52363

View File

@ -7,7 +7,7 @@
Name: xxhash Name: xxhash
Version: 0.8.2 Version: 0.8.2
Release: 9%{?dist} Release: 10%{?dist}
Summary: Extremely fast hash algorithm Summary: Extremely fast hash algorithm
# The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause
@ -123,6 +123,9 @@ make test-xxhsum-c
%doc doxygen/html %doc doxygen/html
%changelog %changelog
* Mon Jan 13 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-10
- Rebuild to tag xxhash into buildroot (RHEL-71299).
* Wed Jan 8 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-9 * Wed Jan 8 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-9
- Drop xxhash-libs (RHEL-71299). - Drop xxhash-libs (RHEL-71299).