Bug 2229539

Summary: Trying to install systemd-udev with CRB enabled ends up installing systemd-boot-unsigned
Product: Red Hat Enterprise Linux 9 Reporter: Daan De Meyer <daan.j.demeyer>
Component: systemdAssignee: systemd maint <systemd-maint>
Status: CLOSED DUPLICATE QA Contact: Frantisek Sumsal <fsumsal>
Severity: high Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, jwboyer, systemd-maint
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-08-07 10:36:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daan De Meyer 2023-08-06 21:21:26 UTC
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

Comment 1 Lukáš Nykrýn 2023-08-07 10:36:37 UTC
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 ***