public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Remove gcc-gdb-plugin and disable gdb-compile feature
@ 2026-06-28 0:02 Kevin Buettner
0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2026-06-28 0:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 9bf2c379dd5710473941602cad0e8f09dd776e30
Author : Kevin Buettner <kevinb@redhat.com>
Date : 2026-02-03T13:47:28-07:00
Stats : +7/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/9bf2c379dd5710473941602cad0e8f09dd776e30?branch=gdb-17.2-rebase-f44
Log:
Remove gcc-gdb-plugin and disable gdb-compile feature
Build with --disable-gdb-compile due to this feature's brokenness.
Tests using this feature skip cleanly without timeouts. Reduces
binary size and attack surface.
---
diff --git a/gdb.spec b/gdb.spec
index e5222f2..a3ef8b0 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -220,11 +220,6 @@ BuildRequires: %{?scl_testing_prefix}gcc %{?scl_testing_prefix}gcc-c++ %{?scl_te
BuildRequires: gcc-objc
%endif
-# We don't support gcc-gdb-plugin on RHEL anymore.
-%if 0%{!?rhel:1}
-BuildRequires: gcc-gdb-plugin%{?_isa}
-%endif
-
BuildRequires: systemtap-sdt-devel
BuildRequires: opencl-headers ocl-icd-devel%{bits_local} ocl-icd-devel%{bits_other}
@@ -439,8 +434,9 @@ COMMON_GDB_CONFIGURE_FLAGS="\
--with-lzma \
--with-debuginfod \
%if 0%{?rhel:1}
- --disable-libctf
+ --disable-libctf \
%endif
+ --disable-gdb-compile
"
# The base set of targets that Fedora and RHEL support. These are the
@@ -936,6 +932,11 @@ fi
# endif scl
%changelog
+* Tue Feb 3 2026 Kevin Buettner <kevinb@redhat.com>
+- Remove gcc-gdb-plugin BuildRequires and build with --disable-gdb-compile
+ due to this feature's brokenness. Tests using this feature skip cleanly
+ without timeouts. Reduces binary size and attack surface.
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 0:02 [rpms/gdb] gdb-17.2-rebase-f44: Remove gcc-gdb-plugin and disable gdb-compile feature Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox