Actions
Bug #17635
closedAIX builds fails on invalid or condition
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Introduced in #17536 ,
line 330:
%if 0%{?rhel} == 7 || ( 0%{?suse_version} && 0%{?suse_version} < 1500 )
cause the following error
syntax error in expression /resgrp136/opt-freeware/src/packages/package/SPECS/rudder-agent.spec:330: parseExpressionBoolean returns -1
i guess || is not supported
Actions