312bfba Use `-B` flag for Python when using compileall2 to not write pyc files

1 file Authored by lbalhar 4 years ago, Committed by churchyard 4 years ago,
    Use `-B` flag for Python when using compileall2 to not write pyc files
    
    The Python compileall2 module in /usr/lib/rpm/redhat/
    can be executed by various different Python interpreters.
    We don't want to write several different `*.pyc` files
    to this location - in most cases, that's not possible,
    but somebody might run this as root.
    
        
file modified
+1 -1