tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone

5d9e2b6 Fix rpm build warning/error: absolute symlink

1 file Authored by kkleine 2 years ago, Committed by sergesanspaille 2 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Fix rpm build warning/error: absolute symlink
    
    I noticed that warnings and errors show up in the `RPM build errors:`
    output. When I produced an error I did see this warning about absolute
    symlink showing up:
    
    ```
    absolute symlink: /usr/lib64/bfd-plugins/LLVMgold.so -> /usr/lib64/LLVMgold.so
    ```
    
    The upstream RPM fix to log warnings and errors separately is here:
    
    https://github.com/rpm-software-management/rpm/pull/1590
    
    Thanks to @sergesanspaille for the help.
    
        
file modified
+1 -1