fb05a23 Allow to opt-out from shebang mangling for specific paths/shebangs

3 files Authored by churchyard 6 years ago, Committed by ignatenkobrain 6 years ago,
    Allow to opt-out from shebang mangling for specific paths/shebangs
    
    Introduces __brp_mangle_shebangs_exclude_from and __brp_mangle_shebangs_exclude
    
     * the first allows to explude specific paths from the mangling
     * the second allows to exlude specific shebangs
    
    Both are used with `grep -E`. Similar escaping rules as in [1] apply.
    
    [1] https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering
    
        
file modified
+16 -2
file modified
+1 -1
file modified
+4 -1