Description of problem: When I try to install systemd-udev on CentOS Stream 9 with the CRB repository enabled, systemd-boot-unsigned is installed instead. Version-Release number of selected component (if applicable): systemd-udev-252-16.el9.x86_64.rpm How reproducible: Can be reproduced with mkosi (https://github.com/systemd/mkosi) Steps to Reproduce: 1. dnf install python3 bubblewrap 2. git clone https://github.com/systemd/mkosi 3. cd mkosi 4. bin/mkosi -d centos -r 9 -p systemd-udev Actual results: systemd-boot-unsigned is installed. Expected results: systemd-udev and its dependencies are installed. Additional info: The CRB repository is enabled by default when building CentOS images with mkosi. If the CRB repository is disabled, systemd-udev installs successfully. The problem does not reproduce when using dnf5
I think this is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2183279 *** This bug has been marked as a duplicate of bug 2183279 ***