From d2f5c07120f2fb14c1b31b518c6ea836f6362f8a Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 20 May 2021 09:10:45 -0400 Subject: [PATCH] fix debuginfo generation Signed-off-by: Peter Hunt --- runc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 6099f0a..b5d33bf 100644 --- a/runc.spec +++ b/runc.spec @@ -3,7 +3,7 @@ %global with_check 0 %global with_unit_test 0 %if 0%{?fedora} -%global with_debug 1 +%global with_debug 0 %else %global with_debug 0 %endif