From c779d454ec772fb45367de42c14c426ae7704e1b Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 6 Aug 2015 15:18:58 -0400 Subject: [PATCH] Adding "Recommends: default-yama-scope" for GDB This is necessary because of Bug 1209492. --- gdb.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb.spec b/gdb.spec index 0a7bf17..977af49 100644 --- a/gdb.spec +++ b/gdb.spec @@ -68,6 +68,9 @@ Provides: bundled(binutils) = %{snapsrc} # https://fedorahosted.org/fpc/ticket/130 Provides: bundled(md5-gcc) = %{snapsrc} +# https://bugzilla.redhat.com/show_bug.cgi?id=1209492 +Recommends: default-yama-scope + %if 0%{!?rhel:1} || 0%{?rhel} > 7 Recommends: gcc-gdb-plugin%{?_isa} Recommends: dnf-command(debuginfo-install)