From d2827f4997e21e4678031550a26c936ad9a36ce6 Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Fri, 9 Jun 2023 16:31:33 +0200 Subject: [PATCH] Avoid building shim on x86_64 (we are using aggregate from 15-SP1 which is signed as needed --- _config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config b/_config index 9dfdebd..8933269 100644 --- a/_config +++ b/_config @@ -214,6 +214,11 @@ Macros: :Macros %endif +%ifarch x86_64 +BuildFlags: excludebuild:shim +BuildFlags: excludebuild:shim-leap +%endif + %if "%_repository" == "images" || "%_repository" == "container" Prefer: openSUSE-release -dummy-release # FTP tree takes forever