edddec5 Issue 50758 - Only Recommend bash-completion, not Require

Authored and Committed by mhonek 4 years ago
    Issue 50758 - Only Recommend bash-completion, not Require
    
    Bug Description:
    bash-completion package is only useful for interactive use. E.g. in case of a
    container deployment this is unnecessary.
    
    Fix Description:
    Change Requires to Recommends, which allows the dnf/yum ran with
    install_weak_deps=False to not install this package; however, this option is by
    default True, therefore a regular installation will install the package.
    
    Relates https://pagure.io/389-ds-base/issue/50758
    
    Author: Matus Honek <mhonek@redhat.com>
    
    Review by: ???
    
    (cherry picked from commit 6fd09c431c9c4e3f2a9a288daa0ec8d7c820e2c0)
    
        
file modified
+1 -1