Merge pull request 'allow rpmlint-mini-AGGR to be build on standard/i586 only' (#52) from fcrozat/SUSE_ALP_Standard:1.0 into 1.0

Reviewed-on: https://src.suse.de/products/SUSE_ALP_Standard/pulls/52
This commit is contained in:
Ruediger Oertel 2024-02-19 13:15:42 +01:00
commit abb5e0398e

View File

@ -1935,6 +1935,10 @@ Ignore: qemu-x86:qemu-ovmf-x86_64
Constraint: hardware:cpu:flag power9
%endif
%ifarch s390x
Constraint: hardware:cpuflag vxd
%endif
%if "%{_project}" == "openSUSE:Factory" || "%{sub %_project 1 28}" == "openSUSE:Factory:Staging:adi" || "%{sub %_project 1 22}" == "openSUSE:Factory:Rings" || "%{_project}" == "openSUSE:Factory:Rebuild"
# Generated by openSUSE-release-tools/cleanup_32bit.py
%ifarch %ix86
@ -3926,6 +3930,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