public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matej Habrnal <mhabrnal@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: abrt-desktop shouldn't require gdb but gdb-headless
Date: Mon, 03 Aug 2026 11:04:43 GMT [thread overview]
Message-ID: <178575508345.1.13546211507016624380.rpms-abrt-e8a62759b3a7@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-03 11:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575508345.1.13546211507016624380.rpms-abrt-e8a62759b3a7@fedoraproject.org \
--to=mhabrnal@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox