From 824c727efcff8c6063ffa4f47daa80015576fbb2 Mon Sep 17 00:00:00 2001 From: nick clifton Date: Thu, 10 Apr 2025 07:23:45 +0000 Subject: [PATCH] Only require the scl runtime package when not bootstrapping. --- binutils.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 2a16b13..be6ce93 100644 --- a/binutils.spec +++ b/binutils.spec @@ -458,9 +458,8 @@ BuildRequires: xxhash-devel #---------------------------------------------------------------------------- -%{?scl:Requires:%scl_runtime} - %if %{bootstrapping} +%{?scl:Requires:%scl_runtime} %define alternatives_cmd %{_sbindir}/alternatives %define alternatives_cmdline %{alternatives_cmd} %else