From cd624d1a6090eea6e8727218b2ef2eb7e3360a54 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 18 Feb 2026 00:13:45 +0000 Subject: [PATCH] Do not use gcc-toolset-12 --- shim-unsigned-aarch64.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/shim-unsigned-aarch64.spec b/shim-unsigned-aarch64.spec index cd73c3f..acf85cc 100644 --- a/shim-unsigned-aarch64.spec +++ b/shim-unsigned-aarch64.spec @@ -43,8 +43,6 @@ BuildRequires: elfutils-libelf-devel BuildRequires: git openssl-devel openssl BuildRequires: pesign >= %{pesign_vre} BuildRequires: dos2unix findutils -BuildRequires: gcc-toolset-12-binutils -BuildRequires: gcc-toolset-12-gcc BuildRequires: efitools # Shim uses OpenSSL, but cannot use the system copy as the UEFI ABI is not @@ -85,9 +83,6 @@ BuildArch: noarch %prep %autosetup -S git_am -n shim-%{version} -%if 0%{?rhel} == 8 || 0%{?rhel} == 9 -source scl_source enable gcc-toolset-12 || : -%endif git config --unset user.email git config --unset user.name mkdir build-%{efiarch} @@ -103,9 +98,6 @@ cert-to-efi-sig-list -g 33D81FE3-5EC0-44F8-AB02-C9DA554F63D8 02.pem 02.esl cert-to-efi-sig-list -g 50413300-1AC7-49DA-B755-BB0D93E634B6 03.pem 03.esl cat 01.esl 02.esl 03.esl > vendor_db.esl -%if 0%{?rhel} == 8 || 0%{?rhel} == 9 -source scl_source enable gcc-toolset-12 || : -%endif COMMIT_ID=%{shim_commit_id} MAKEFLAGS="TOPDIR=.. -f ../Makefile COMMIT_ID=${COMMIT_ID} " MAKEFLAGS+="EFIDIR=%{efidir} PKGNAME=shim RELEASE=%{release} "