From f9a00bf2a5c8e376c2a85afc21394607e61c6083 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 8 Jul 2020 16:27:20 +0000 Subject: [PATCH] Minor conditional tweak for ELN Signed-off-by: Troy Dawson tdawson@redhat.com --- gdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 5332ad6..5582eca 100644 --- a/gdb.spec +++ b/gdb.spec @@ -131,7 +131,7 @@ Recommends: default-yama-scope %else %global librpmver 7 %endif -%if 0%{?fedora} >= 31 +%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 %global librpmver 9 %endif %endif