16e2b5b Prevent accidental soname bumps

Authored and Committed by churchyard a year ago
    Prevent accidental soname bumps
    
    """
    Shared libraries installed directly into %{_libdir}
    SHOULD NOT be listed in the %files section of the spec by using a glob
    in a way that conceals important parts of the file name (e.g. libfoo.so*),
    since changes to the SONAME also result in a changed file name in most cases.
    
    Otherwise, when the library bumps its SONAME as part of an update,
    this change might remain unnoticed and cause problems like broken dependencies.
    """
    
    https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files
    
        
file modified
+1 -1