Only require the scl runtime package when not bootstrapping.

This commit is contained in:
nick clifton 2025-04-10 07:23:45 +00:00
parent 72229ead44
commit 824c727efc

View File

@ -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