We previously enabled this Yum plugin config flag for Fedora, but
recent changes in the EPEL packaging make it necessary for CentOS
and RHEL (when using upstream packages) as well.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
if adjust_repos:
install_epel(distro)
install_yum_priorities(distro)
+ distro.conn.remote_module.enable_yum_priority_obsoletes()
+ logger.warning('check_obsoletes has been enabled for Yum priorities plugin')
if version_kind in ['stable', 'testing']:
key = 'release'
else: