diff --git a/.gitignore b/.gitignore index 343d3d7..eeebd84 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /libabigail-2.1.tar.gz /libabigail-2.2.tar.xz /libabigail-2.3.tar.xz +/libabigail-2.4.tar.xz diff --git a/.libabigail.metadata b/.libabigail.metadata new file mode 100644 index 0000000..bd39d6a --- /dev/null +++ b/.libabigail.metadata @@ -0,0 +1 @@ +f73cc6c9bb815561dca6391dee5f32add8d085d0 libabigail-2.4.tar.xz diff --git a/libabigail.spec b/libabigail.spec index 54d5d90..ec57272 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -2,17 +2,18 @@ %global tarball_name %{name}-%{version} Name: libabigail -Version: 2.3 +Version: 2.4 Release: 1%{?dist} Summary: Set of ABI analysis tools -License: ASL 2.0 +License: Apache 2.0 WITH LLVM-exception URL: https://sourceware.org/libabigail/ Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.xz BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: elfutils-devel +BuildRequires: libbpf-devel BuildRequires: libxml2-devel BuildRequires: doxygen BuildRequires: %{_bindir}/python3 @@ -61,7 +62,7 @@ format. %setup -n %{tarball_name} %build -%configure --disable-deb --disable-fedabipkgdiff --disable-zip-archive --disable-static +%configure --enable-btf --disable-deb --disable-fedabipkgdiff --disable-zip-archive --disable-static make %{?_smp_mflags} pushd doc make html-doc @@ -81,7 +82,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot} %check -time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2) +time make %{?_smp_mflags} check || (cat tests/test-suite.log && exit 2) +time make %{?_smp_mflags} check-self-compare || (cat tests/test-suite.log && exit 2) if test $? -ne 0; then cat tests/tests-suite.log @@ -105,8 +107,8 @@ fi %{_bindir}/abilint %{_bindir}/abipkgdiff %{_bindir}/kmidiff -%{_libdir}/libabigail.so.2 -%{_libdir}/libabigail.so.2.0.0 +%{_libdir}/libabigail.so.3 +%{_libdir}/libabigail.so.3.0.0 %{_libdir}/libabigail/default.abignore %doc README AUTHORS ChangeLog %license LICENSE.txt license-change-2020.txt @@ -125,6 +127,16 @@ fi %doc doc/manuals/html/* %changelog +* Wed Nov 01 2023 Dodji Seketeli - 2.4-1 +- Update to upstream 2.4 +- Use SPDX licensing naming +- Build BTF support +- Add BuildRequires: libbpf-devel +- Update for SONAME bump +- Show details about the check and check-self-targets targets + separatly. +- Resolves: RHEL-12491 + * Tue May 09 2023 Dodji Seketeli - 2.3-1 - Update to upstream 2.3 - Remove the dos2unix surgery as it's now useless diff --git a/sources b/sources index f60b327..38e35b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libabigail-2.3.tar.xz) = fdf0df51e2c262c723c11bef58cd0b89b27e67be196edeb33444fc06e7e61d3c2c227f59cb961aea6fc0c9b7f6f04e08b787a1cbbeb3d5507b968b8ae7630527 +SHA512 (libabigail-2.4.tar.xz) = f9b51f8710c75b911da10c1e93e0b6b6fa575f99e8f37a5f51e93a8e6b79c9ad1541e531730b410385053d6565f807300f7910dca48cbd3e991d111198781d95