eab3fb6 Revert a single change from the previous commit so that the commit #7f8a0e15a can be cleanly reverted, when the time comes.

Authored and Committed by mschorm 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    Revert a single change from the previous commit so that the commit #7f8a0e15a can be cleanly reverted, when the time comes.
    
    The commented "Source0" line in the #7f8a0e15a commit raises RPMLint warnings.
    While it is good to have the code without such warnings, the value of the clean revert of the whole #7f8a0e15a commit is higher.
    
    The RPMLint warning for "macro in a comment" is meant for cases, when the macro in the comment would be expanded to multiple lines.
    The additional lines won't be commented out as the original line with the unexpanded macros.
    That leads to an unwated code execution.
    The macro "%{version}" is a single line macro, so no real issue should arise here.
    
        
file modified
+1 -1