From f540e6878b8f759bee75f3d90286b041e05c6b87 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 14 Apr 2025 17:11:41 +0200 Subject: [PATCH] Update to upstream 2.7 tarball - Add binutils-devel as buildrequire to potentially enable the CTF backend. This will allow the enabling of the CTF backend for binutils-devel > 2.35.2 - Update to changing SONAME (libabigail.so.6.0.0) - Add --enable-ctf to the configure command line Signed-off-by: Dodji Seketeli --- libabigail.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index f60c432..e173982 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -2,7 +2,7 @@ %global tarball_name %{name}-%{version} Name: libabigail -Version: 2.6 +Version: 2.7 Release: 1%{?dist} Summary: Set of ABI analysis tools @@ -14,6 +14,7 @@ BuildRequires: git BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: elfutils-devel +BuildRequires: binutils-devel BuildRequires: libbpf-devel BuildRequires: libxml2-devel BuildRequires: xxhash-devel @@ -65,7 +66,7 @@ format. autoreconf %build -%configure --enable-btf --disable-deb --disable-fedabipkgdiff --disable-abidb --disable-zip-archive --disable-static +%configure --enable-btf --enable-ctf --disable-deb --disable-fedabipkgdiff --disable-abidb --disable-zip-archive --disable-static make %{?_smp_mflags} pushd doc make html-doc @@ -110,8 +111,8 @@ fi %{_bindir}/abilint %{_bindir}/abipkgdiff %{_bindir}/kmidiff -%{_libdir}/libabigail.so.5 -%{_libdir}/libabigail.so.5.0.0 +%{_libdir}/libabigail.so.6 +%{_libdir}/libabigail.so.6.0.0 %{_libdir}/libabigail/default.abignore %doc README AUTHORS ChangeLog %license LICENSE.txt license-change-2020.txt @@ -130,6 +131,14 @@ fi %doc doc/manuals/html/* %changelog +* Mon Apr 14 2025 Dodji Seketeli - 2.7.1 +- Update to upstream 2.7 tarball +- Add binutils-devel as buildrequire to potentially enable the CTF + backend. This will allow the enabling of the CTF backend for + binutils-devel > 2.35.2 +- Update to changing SONAME (libabigail.so.6.0.0) +- Add --enable-ctf to the configure command line + * Fri Nov 8 2024 Dodji Seketeli - 2.6.1 - Update to upstream 2.6 tarball - Update to changing SONAME (libabigail.so.5.0.0)