cf60f44 Disable badfunct rpinspect CI check for /usr/bin/resolveip, BZ1973194

Authored and Committed by zmiklank 2 years ago
    Disable badfunct rpinspect CI check for /usr/bin/resolveip, BZ1973194
    
    Resolveip binary is only used in mysql_install_db.sh script,
    and only in non-"--rpm" mode [1]. However, we call this script with
    "--rpm" option enabled, and thus the resolveip is not used [2],
    and its badfuncs check can be disabled. [3]
    
    [1] https://gitlab.com/redhat/centos-stream/rpms/mariadb/-/blob/c9s/mariadb-prepare-db-dir.sh#L100
    [2] https://github.com/MariaDB/server/blob/5566cbadb03856aba9c236b131f544490cd2bee4/scripts/mysql_install_db.sh#L425-L441
    [3] https://bugzilla.redhat.com/show_bug.cgi?id=1973194#c4
    
        
file modified
+24 -0