From b21f2a8c302d642b03d9a94782720a282e9df733 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 19 Feb 2024 11:26:39 +0100 Subject: [PATCH] allow rpmlint-mini-AGGR to be build on standard/i586 only --- _config | 1 + 1 file changed, 1 insertion(+) diff --git a/_config b/_config index 7cc7f78..daeafe2 100644 --- a/_config +++ b/_config @@ -3926,6 +3926,7 @@ Prefer: -go1.18-openssl BuildFlags: excludebuild:rpmlint-mini-AGGR %if "%_repository" == "standard" %ifarch i586 +BuildFlags: !excludebuild:rpmlint-mini-AGGR BuildFlags: onlybuild:rpmlint-mini-AGGR %endif %endif