voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 99 forks source link

Fix acceptance tests for Fedora 36 #308

Closed traylenator closed 1 year ago

traylenator commented 1 year ago

Pull Request (PR) description

With new versions of DNF

dnf -q list --available samba-devel

still shows samba-devel as available even when a non matching versionlock exists. This looks to be by design.

Attempting to and failing to install the package is better validation anyway.

traylenator commented 1 year ago

Of course F36 went EOL yesterday but this still makes sense until F>36 support can be declared.