Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
rpmbuild reports the following warning:
00:08:26.905 sh: -c: line 0: syntax error near unexpected token `)' 00:08:26.905 sh: -c: line 0: `)' 00:08:26.905 warning: Macro expanded in comment on line 261: %()
However the root cause if this entire 3 lines of warning is a %() found in comment.
Rewrite the comment to escape the %() as %%() ... and suppress the warning.