Merge pull request 'Enable rpmlint-mini-AGGR only for standard repo and i586 arch' (#50) from gyribeiro/SUSE_ALP_Standard:fix-aggr-broken into 1.0
Reviewed-on: https://src.suse.de/products/SUSE_ALP_Standard/pulls/50
This commit is contained in:
commit
035d72dbb1
9
_config
9
_config
@ -3874,12 +3874,11 @@ Macros:
|
||||
|
||||
Prefer: -go1.18-openssl
|
||||
|
||||
# aggregate packages on i586 from Workbench
|
||||
%ifarch i586
|
||||
# aggregate packages on i586 and standard from Workbench
|
||||
BuildFlags: excludebuild:rpmlint-mini-AGGR
|
||||
%if "%_repository" == "standard"
|
||||
BuildFlags: onlybuild:rpmlint-mini-AGGR
|
||||
%else
|
||||
BuildFlags: excludebuild:rpmlint-mini-AGGR
|
||||
%ifarch i586
|
||||
BuildFlags: onlybuild:rpmlint-mini-AGGR
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user