diff --git a/libabigail.spec b/libabigail.spec index 4f8a39c..04e2f6e 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -3,7 +3,7 @@ Name: libabigail Version: 2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of ABI analysis tools License: Apache-2.0 WITH LLVM-exception @@ -97,7 +97,7 @@ them manually. %autosetup -v -S git %build -%configure --enable-btf --enable-ctf --disable-silent-rules --disable-zip-archive --disable-static +%configure --enable-btf --enable-ctf --disable-silent-rules --disable-zip-archive --disable-static --enable-inlined-xxhash make %{?_smp_mflags} pushd doc make html-doc @@ -163,6 +163,9 @@ fi %endif %changelog +* Tue May 6 2025 Dodji Seketeli - 2.7-2 +- Use xxhash functions inlined since xxhash is buildroot-only in RHEL 10.1 + * Mon Apr 14 2025 Dodji Seketeli - 2.7.1 - Update to upstream 2.7 tarball - Update to changing SONAME (libabigail.so.6.0.0)