Fedora Account System
Red Hat Associate
Red Hat Customer
The Fedora 45 change RelocateRpmRepoConfigsToUsr (https://fedoraproject.org/wiki/Changes/RelocateRpmRepoConfigsToUsr) relocated RPM repo configs from /etc/yum.repos.d/ to /usr/lib/yum.repos.d/. rpm-ostree does not read from the new location, causing repo discovery failures. Reproducible: Always Steps to Reproduce: 1. Boot F45 IoT edition, attempt to install a layered package Actual Results: [root@localhost ~]# rpm-ostree install httpd Checking out tree 93498e5... done error: No enabled repositories Expected Results: Package installed. Version: rpm -q rpm-ostree ostree rpm-ostree-2026.2-3.fc45.x86_64 ostree-2026.3-1.fc45.x86_64
Proposed as a Blocker for 45-beta by Fedora user pwhalen using the blocker tracking app because: "It must be possible to install additional software with the rpm-ostree install command."
This is already reported as https://github.com/coreos/rpm-ostree/issues/5623 and a proposed fix is in https://github.com/coreos/rpm-ostree/pull/5624 , I am testing it at present.
Should be fixed by https://bodhi.fedoraproject.org/updates/FEDORA-2026-a4b06888f4 , confirming ATM.
Confirmed.