Closed ktdreyer closed 3 years ago
rpmlint and modern RPM versions warn about the comments after the %endif directives.
%endif
python-errata-tool.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 58: %endif # with_python3
The conditionals are so small that it's fairly easy to read what the code is doing. Remove the comments to silence this error message.
rpmlint and modern RPM versions warn about the comments after the
%endif
directives.The conditionals are so small that it's fairly easy to read what the code is doing. Remove the comments to silence this error message.