After installation of fail2ban on RHEL 9, `rpm -V fail2ban-selinux` shows: ``` .M....... g /var/lib/selinux/targeted/active/modules/200/fail2ban ``` Perhaps due to this line missing an %attr directive: https://src.fedoraproject.org/rpms/fail2ban/blob/rawhide/f/fail2ban.spec#_398 Version-Release number of selected component (if applicable): 1.0.2-12.el9, 1.1.0-5.fc41 How reproducible: Steps to Reproduce: 1. `dnf install fail2ban` 2. `rpm -V fail2ban-selinux` Actual results: Permission modification reported for /var/lib/selinux/targeted/active/modules/200/fail2ban Expected results: No modification reported
Is more info needed? A fix would be very appreciated.