From 29a1d5a82c34821400cd2d2927901be589a39a084b345df6aad2e5679fd62222 Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Mon, 13 Oct 2025 19:53:49 +0200 Subject: [PATCH] Revert one use of %_is_in_project that should not reach subprojects This part is Leap 16.0 only and not relevant for subprojects. Excluding the failed/unresolvable packages. --- _config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config b/_config index 9fc0d80..826679c 100644 --- a/_config +++ b/_config @@ -164,7 +164,7 @@ Macros: # Leap specific package list, the same list with excludebuild must add to Backports project # Most of package should be built in Backports -%if 0%{?_is_in_project} +%if "%_project" == "openSUSE:Backports:SLE-16.0" # we build ffado:ffado-mixer for openSUSE, the main one is built in SLFO BuildFlags: excludebuild:ffado # build gpgme:qt flavor for qt5 support -- 2.51.1