From 6dfb9884a73a02a161140210c348d0c28fa1511cc262b9cf4fe27f7fd919de5f Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 2 Oct 2025 17:27:57 +0800 Subject: [PATCH] _config: guard bcond condition --- _config | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_config b/_config index b0e060f..ca9edc4 100644 --- a/_config +++ b/_config @@ -2174,15 +2174,14 @@ Macros: # Support: !rpmlint-Factory # Support: !rpmlint-Factory-strict +%if 0%{?_is_in_project} +%define _without_apparmor 1 %define _without_have_pyarrow 1 Macros: +%_without_apparmor 1 %_without_have_pyarrow 1 :Macros - -%define _without_apparmor 1 -Macros: -%_without_apparmor 1 -:Macros +%endif #have choice for golang(API) = 1.22: go1.22 go1.22-openssl Prefer: -go1.22-openssl -- 2.51.1