public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libabigail] rawhide: Fix FTBS in Fedora 45 mass rebuild
@ 2026-07-26 10:38 Dodji Seketeli
0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2026-07-26 10:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libabigail
Branch : rawhide
Commit : 54b66f51ffdcde94ab8a5e98411edf34e661712a
Author : Dodji Seketeli <dodji@seketeli.org>
Date : 2026-07-26T12:17:37+02:00
Stats : +13/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/libabigail/c/54b66f51ffdcde94ab8a5e98411edf34e661712a?branch=rawhide
Log:
Fix FTBS in Fedora 45 mass rebuild
- Apply patch 0001-tests-mockfedabipkgdiff.in-Fix-python-module-loading.patch
to fix FTBS https://bugzilla.redhat.com/show_bug.cgi?id=2504261
The patch comes from upstream mainline at https://sourceware.org/cgit/libabigail/commit/?id=b0f3f49a735bf8f8f49bfaa5131b2a9f0b437e3c
- Separate the two testing targets to get an untangled build/test-suite.log
in case of errors.
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
---
diff --git a/.gitignore b/.gitignore
index 13096ca..eafb546 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
/libabigail-2.8.tar.xz
/libabigail-2.9.tar.xz
/libabigail-2.10.tar.xz
+/0001-tests-mockfedabipkgdiff.in-Fix-python-module-loading.patch
diff --git a/libabigail.spec b/libabigail.spec
index dccdd37..05a12e2 100644
--- a/libabigail.spec
+++ b/libabigail.spec
@@ -6,12 +6,13 @@
Name: libabigail
Version: 2.10
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Set of ABI analysis tools
License: Apache-2.0 WITH LLVM-exception
URL: https://sourceware.org/libabigail/
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.xz
+Patch1: 0001-tests-mockfedabipkgdiff.in-Fix-python-module-loading.patch
BuildRequires: git
BuildRequires: libbpf-devel
@@ -130,7 +131,8 @@ make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot}
%endif
%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)
%ldconfig_scriptlets
@@ -169,6 +171,13 @@ time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log
%endif
%changelog
+* Sun Jul 26 2026 Dodji Seketeli <dodji@seketeli.org> - 2.10-3
+- Apply patch 0001-tests-mockfedabipkgdiff.in-Fix-python-module-loading.patch
+ to fix FTBS https://bugzilla.redhat.com/show_bug.cgi?id=2504261
+ The patch comes from upstream mainline at https://sourceware.org/cgit/libabigail/commit/?id=b0f3f49a735bf8f8f49bfaa5131b2a9f0b437e3c
+- Separate the two testing targets to get an untangled build/test-suite.log
+ in case of errors.
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 9024e7e..6d6ea63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libabigail-2.10.tar.xz) = e3dcc0b5657b1448d0c6925108f0ff77bef633a1757656285594513124585c3f70b10c7733ec2a5916a6cbd7fd4e17e48b375fd69f58fe7cc974f18bb9098c89
+SHA512 (0001-tests-mockfedabipkgdiff.in-Fix-python-module-loading.patch) = 3f324b3db95683ff802e320324eca90dc965c2f0d6fb1dc471ed64f0c8538dbf6dfe62aadd05f89eefa93d5d59d59b290395f2d74b79c9fda9519258cf61b251
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 10:38 [rpms/libabigail] rawhide: Fix FTBS in Fedora 45 mass rebuild Dodji Seketeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox