From b40e3030ff90abf7cb6b8c958bf8570aa83a79655dd81e7d2d77bd12e066ae7b Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Fri, 7 Feb 2025 11:35:13 +0100 Subject: [PATCH] prjconf addition to make it build on SLFO_16.0 I added this repo in OBS, to have a build for it. --- _config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config b/_config index d912645..6f9e983 100644 --- a/_config +++ b/_config @@ -3,3 +3,7 @@ BuildFlags: excludebuild:cockpit-suse-theme %if "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Tumbleweed" BuildFlags: excludebuild:local-npm-registry %endif + +%if "%_repository" == "SLFO_16.0" +Prefer: SLES-release +%endif