From 94497b6f78f9b3a156b8d0dc051b2605d3b47f4c Mon Sep 17 00:00:00 2001 From: Dongxu Sun Date: Fri, 9 Dec 2022 11:10:06 +0800 Subject: [PATCH] spec: Disable debug package for noarch Currently, debug package is enabled in x86_64, let's disable it. Signed-off-by: Dongxu Sun --- skylark.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/skylark.spec b/skylark.spec index 99497d9..3122b0f 100644 --- a/skylark.spec +++ b/skylark.spec @@ -30,9 +30,7 @@ Requires(postun): systemd-units %description Skylark is a next-generation QoS-aware scheduler which provides coordinated resource scheduling for co-located applications with different QoS requirements. -%ifnarch x86_64 %global debug_package %{nil} -%endif %prep %setup -q