Hide Forgot
Description of problem: Running: sudo dnf install `cat automation/check-patch.packages.f*` ends up with: No package python-blivet available. I saw a patch that was not followed up @ https://gerrit.ovirt.org/#/c/56945/ python3-blivet.noarch is available.
We moved to python-blivet1 on fc25 which provides support to both python2 and python3. A new dependency has been added only to fc25 and above: %if 0%{?fedora} >= 25 Requires: python-blivet1 %else Requires: python-blivet Also, automation/check-patch.packages.fc25 file has python-blivet1 package and automation/check-patch.packages.fc24 has python-blivet package. When you ran sudo dnf install `cat automation/check-patch.packages.f*` you included packages from both versions so this was the cause of the failure.