public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: abrt-desktop shouldn't require gdb but gdb-headless
@ 2026-08-03 11:04 Matej Habrnal
  0 siblings, 0 replies; only message in thread
From: Matej Habrnal @ 2026-08-03 11:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : e8a62759b3a79ba66ae9c8f8d8ec58c6bed84b25
            Author : Matej Habrnal <mhabrnal@redhat.com>
            Date   : 2017-05-19T10:17:53+02:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/e8a62759b3a79ba66ae9c8f8d8ec58c6bed84b25?branch=update-2.17.9-f44

            Log:
            abrt-desktop shouldn't require gdb but gdb-headless

abrt-desktop required gdb which which pulls in gcc among other things.

Resolves: #1452336

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>

---
diff --git a/abrt.spec b/abrt.spec
index 4737389..06e0eb6 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -60,7 +60,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.10.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://abrt.readthedocs.org/
@@ -405,7 +405,8 @@ Requires: abrt-addon-ccpp
 Requires: abrt-addon-python3
 Requires: abrt-addon-xorg
 # Default config of addon-ccpp requires gdb
-Requires: gdb >= 7.8.1-31
+BuildRequires: gdb-headless
+Requires: gdb-headless
 Requires: elfutils
 Requires: abrt-gui
 Requires: gnome-abrt
@@ -1144,6 +1145,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri May 19 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-3
+- abrt-desktop shouldn't require gdb but gdb-headless
+- Resolves: #1452336
+
 * Thu Apr 27 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-2
 - create /var/lib/abrt because of abrt-migration
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:04 [rpms/abrt] update-2.17.9-f44: abrt-desktop shouldn't require gdb but gdb-headless Matej Habrnal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox