Fix perl-DBD-MySQL exclusion symlink handling in 140.00beta01 Resolves issue where manage_perl_dbd_mysql_exclude() would break /etc/yum.conf -> dnf/dnf.conf symlink, causing DNF to ignore exclusions. Changes: - Add symlink detection with readlink -f...