Hi
I am trying to use the leapp
tool to upgrade AlmaLinux 8 to AlmaLinux 9.
The upgrade fails on the package iptables-ebtables
.
Error: Transaction test error:
file /usr/share/man/man8/ebtables-nft.8.gz from install of iptables-nft-1.8.8-6.el9_1.x86_64 conflicts with file from package iptables-ebtables-1.8.5-10.el8_9.x86_64
The issue is reproducible with a minimal AlmaLinux 8 installation.
The leapp preupgrade
runs without any issues.
Can someone confirm if this is a known issue?
And is there a known way to fix the issue, other than uninstalling firewalld
?
Reproduce:
- Install Alma Linux 8 minimal
dnf update -y && reboot
yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm --eval %rhel).noarch.rpm
rpm --import https://repo.almalinux.org/elevate/RPM-GPG-KEY-ELevate
yum install -y leapp-upgrade leapp-data-almalinux
leapp preupgrade
leapp upgrade
Thanks
EDIT:
This issue does not seem to exist on RHEL8 → RHEL9.