Revert one use of %_is_in_project that should not reach subprojects #175

Manually merged
products merged 1 commits from eroca/fix-subprojects-prjconf AGit into leap-16.0 2025-10-14 09:30:30 +02:00

View File

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

They do now have %_is_this_project for this usecase, I believe.

They do now have `%_is_this_project` for this usecase, I believe.
# we build ffado:ffado-mixer for openSUSE, the main one is built in SLFO
BuildFlags: excludebuild:ffado
# build gpgme:qt flavor for qt5 support