csomh / source-git / rpm

Forked from source-git/rpm 4 years ago
Clone

15acad Add flag to use strip -g instead of full strip on DSOs (RhBug:1663264)

1 file Authored by Pavlina Moravcova Varekova 4 years ago, Committed by Hunor Csomortáni 4 years ago,
    Add flag to use strip -g instead of full strip on DSOs (RhBug:1663264)
    
    The find-debuginfo.sh flag -g had exactly this meaning. But from
    version rpm-4.13.0-alpha flag -g changes its behavior. It affects
    both libraries and executables.
    
    For some packages the original behavior was preferred. That is why
    the new find-debuginfo.sh flag --g-libs is created.
    
    Options -g and --g-libs are mutually exclusive.
    
    Adjusted for rpm-4.14.2 in RHEL
    
        
file modified
+22 -1