|
|
@ -2,8 +2,8 @@
|
|
|
|
%global tarball_name %{name}-%{version}
|
|
|
|
%global tarball_name %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
Name: libabigail
|
|
|
|
Name: libabigail
|
|
|
|
Version: 2.5
|
|
|
|
Version: 2.6
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Set of ABI analysis tools
|
|
|
|
Summary: Set of ABI analysis tools
|
|
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0 WITH LLVM-exception
|
|
|
|
License: Apache-2.0 WITH LLVM-exception
|
|
|
@ -17,6 +17,7 @@ BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: elfutils-devel
|
|
|
|
BuildRequires: elfutils-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
|
|
BuildRequires: xxhash-devel
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
@ -137,8 +138,8 @@ fi
|
|
|
|
%{_bindir}/abilint
|
|
|
|
%{_bindir}/abilint
|
|
|
|
%{_bindir}/abipkgdiff
|
|
|
|
%{_bindir}/abipkgdiff
|
|
|
|
%{_bindir}/kmidiff
|
|
|
|
%{_bindir}/kmidiff
|
|
|
|
%{_libdir}/libabigail.so.4
|
|
|
|
%{_libdir}/libabigail.so.5
|
|
|
|
%{_libdir}/libabigail.so.4.0.0
|
|
|
|
%{_libdir}/libabigail.so.5.0.0
|
|
|
|
%{_libdir}/libabigail/default.abignore
|
|
|
|
%{_libdir}/libabigail/default.abignore
|
|
|
|
%doc README AUTHORS ChangeLog
|
|
|
|
%doc README AUTHORS ChangeLog
|
|
|
|
%license LICENSE.txt license-change-2020.txt
|
|
|
|
%license LICENSE.txt license-change-2020.txt
|
|
|
@ -162,6 +163,11 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 13 2024 Dodji Seketeli <dodji@redhat.com> - 2.6-1
|
|
|
|
|
|
|
|
- Update to upstream 2.6 tarball
|
|
|
|
|
|
|
|
- Update to changing SONAME (libabigail.so.5.0.0)
|
|
|
|
|
|
|
|
- Add BuildRequires xxhash-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.5-3
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.5-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|