I'm new to this script, don't hit me. But... having to install DNF to even use it on CentOS7 is interesting... and my install pulled it from extras. But then running the script bombs out with a problem:
Error: Package: python2-dnf-4.0.9.2-2.el7_9.noarch (@extras/7)
Requires: python2-hawkey >= 0.22.5
Removing: python2-hawkey-0.22.5-2.el7_9.x86_64 (@extras/7)
python2-hawkey = 0.22.5-2.el7_9
Downgraded By: python2-hawkey-0.6.3-4.el7.x86_64 (ol7_latest)
python2-hawkey = 0.6.3-4.el7
So, do I need to enable some extra OL7 extras channel? In fact, is dnf even part of OEL7?
This could be a problem with actually having dnf latest installed on a C7 system. After removing dnf, and hawkey, the conversion script correctly worked.
I'm new to this script, don't hit me. But... having to install DNF to even use it on CentOS7 is interesting... and my install pulled it from extras. But then running the script bombs out with a problem: Error: Package: python2-dnf-4.0.9.2-2.el7_9.noarch (@extras/7) Requires: python2-hawkey >= 0.22.5 Removing: python2-hawkey-0.22.5-2.el7_9.x86_64 (@extras/7) python2-hawkey = 0.22.5-2.el7_9 Downgraded By: python2-hawkey-0.6.3-4.el7.x86_64 (ol7_latest) python2-hawkey = 0.6.3-4.el7
So, do I need to enable some extra OL7 extras channel? In fact, is dnf even part of OEL7?