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 <dodji@seketeli.net>
This commit is contained in:
Dodji Seketeli 2025-04-14 17:11:41 +02:00
parent af06dae193
commit f540e6878b

View File

@ -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 <dodji@redhat.com> - 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 <dodji@redhat.com> - 2.6.1
- Update to upstream 2.6 tarball
- Update to changing SONAME (libabigail.so.5.0.0)