Update to upstream 2.4 tarball
This commit is contained in:
parent
773a86c6d6
commit
370f719e5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/libabigail-2.1.tar.gz
|
||||
/libabigail-2.2.tar.xz
|
||||
/libabigail-2.3.tar.xz
|
||||
/libabigail-2.4.tar.xz
|
||||
|
1
.libabigail.metadata
Normal file
1
.libabigail.metadata
Normal file
@ -0,0 +1 @@
|
||||
f73cc6c9bb815561dca6391dee5f32add8d085d0 libabigail-2.4.tar.xz
|
@ -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 <dodji@redhat.com> - 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 <dodji@redhat.com> - 2.3-1
|
||||
- Update to upstream 2.3
|
||||
- Remove the dos2unix surgery as it's now useless
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libabigail-2.3.tar.xz) = fdf0df51e2c262c723c11bef58cd0b89b27e67be196edeb33444fc06e7e61d3c2c227f59cb961aea6fc0c9b7f6f04e08b787a1cbbeb3d5507b968b8ae7630527
|
||||
SHA512 (libabigail-2.4.tar.xz) = f9b51f8710c75b911da10c1e93e0b6b6fa575f99e8f37a5f51e93a8e6b79c9ad1541e531730b410385053d6565f807300f7910dca48cbd3e991d111198781d95
|
||||
|
Loading…
Reference in New Issue
Block a user