forked from products/SUSE_ALP_Standard
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:
commit
abb5e0398e
5
_config
5
_config
@ -1935,6 +1935,10 @@ Ignore: qemu-x86:qemu-ovmf-x86_64
|
|||||||
Constraint: hardware:cpu:flag power9
|
Constraint: hardware:cpu:flag power9
|
||||||
%endif
|
%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"
|
%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
|
# Generated by openSUSE-release-tools/cleanup_32bit.py
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
@ -3926,6 +3930,7 @@ Prefer: -go1.18-openssl
|
|||||||
BuildFlags: excludebuild:rpmlint-mini-AGGR
|
BuildFlags: excludebuild:rpmlint-mini-AGGR
|
||||||
%if "%_repository" == "standard"
|
%if "%_repository" == "standard"
|
||||||
%ifarch i586
|
%ifarch i586
|
||||||
|
BuildFlags: !excludebuild:rpmlint-mini-AGGR
|
||||||
BuildFlags: onlybuild:rpmlint-mini-AGGR
|
BuildFlags: onlybuild:rpmlint-mini-AGGR
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user