Hello,
I just noticed this behavior because of an trivy scan
I enabled podman module RHEL8 and installed podman:
dnf module enable container-tools:rhel8
dnf install podman
rpm –qa podman
podman-4.2.0-6.module_el8.7.0+3385+a9526ac7.x86_64
rpm -qa container-selinux
container-selinux-2.189.0-1.module_el8.6.0+3336+00d107d5.noarch
if I switch to container-tools:4.0 then the correct container-selinux module get installed
dnf module switch-to container-tools:4.0
rpm –qa podman
podman-4.0.2-8.module_el8.7.0+3344+5bcd850f.x86_64
rpm –qa container-selinux
container-selinux-2.189.0-1.module_el8.7.0+3344+5bcd850f.noarch
The whole Module “container-tools:rhel8” seems messed up
fuse-overlayfs 1.9-1.module_el8.6.0+3070+1510fbd1 get installed, but should be 1.9-1.module_el8.7.0+3344+5bcd850f
I cannot replicate it on an RHEL machine, so I don’t know if this is an upstream RHEL issue
Thanks in advance
If you need any more infos, just let me know
Greetings
Dominik