dshea / rpmfluff

Forked from rpmfluff 5 years ago
Clone

5b6a41d Do not reencode binary source file data.

Authored and Committed by dshea 5 years ago
1 file changed. 4 lines added. 1 lines removed.
    Do not reencode binary source file data.
    
    If the SourceFile content is already an instance of 'bytes', it does not
    need further encoding before being written to the filesystem.
    
    This works in both Python 2.6+ and Python 3.
    
        
file modified
+4 -1