Using the migrate2rocky9 script on a RHEL 9 host and get the following error:
Error: Transaction test error:
file /usr/lib64/ossl-modules/fips.so from install of openssl-libs-1:3.0.7-27.el9.x86_64 conflicts with file from package openssl-fips-provider-3.0.7-2.el9.x86_64
Tried removing OpenSSL-fips-provider package and received the following error “ the operation would result in removing the following protected packages: systemd”. Tested forcing the removal of systemd and that rendered the system inoperable.
I’m not sure what would’ve been the right solution to this. I’d imagine rpm -e openssl-fips-provider --nodeps and then attempted migration could have worked. But again I’m not sure.