From 38e629439a9b4494a2f4e347e4f2e07aae93bafb Mon Sep 17 00:00:00 2001 From: nick clifton Date: Thu, 10 Apr 2025 10:02:44 +0000 Subject: [PATCH] Edit binutils.spec: Doh - fix thinko in previous commit. ie put the "%{?scl:Requires:%scl_runtime}" in the correct place. --- binutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index be6ce93..7e77745 100644 --- a/binutils.spec +++ b/binutils.spec @@ -459,10 +459,10 @@ BuildRequires: xxhash-devel #---------------------------------------------------------------------------- %if %{bootstrapping} -%{?scl:Requires:%scl_runtime} %define alternatives_cmd %{_sbindir}/alternatives %define alternatives_cmdline %{alternatives_cmd} %else +%{?scl:Requires:%scl_runtime} %define alternatives_cmd %{!?scl:%{_sbindir}}%{?scl:%{_root_sbindir}}/alternatives %define alternatives_cmdline %{alternatives_cmd}%{?scl: --altdir %{_sysconfdir}/alternatives --admindir %{_scl_root}/var/lib/alternatives} %endif