diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 2b71b65..c261325 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -164,7 +164,7 @@ This subpackage contains boot-time infrastructure for Fedora CoreOS and RHEL CoreOS. It is not needed on other platforms. %files -n %{crate}-bootinfra -%{dracutlibdir}/modules.d/* +%{dracutlibdir}/modules.d/50rdcore %{_libexecdir}/* %{_unitdir}/* %{_systemdgeneratordir}/* @@ -179,7 +179,7 @@ This subpackage contains files and configuration to run coreos-installer from the initramfs. %files -n %{crate}-dracut -%{dracutlibdir}/modules.d/51coreos-installer/* +%{dracutlibdir}/modules.d/51coreos-installer %endif %if %{with check} @@ -194,6 +194,8 @@ from the initramfs. %changelog * Wed Dec 08 2021 Sohan Kunkerkar - 0.11.1-3 - Remove conditional around sourcing the vendor tarball +- Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra on RHEL +- Have -dracut own 51coreos-installer directory on RHEL * Mon Nov 29 2021 Jonathan Lebon - 0.11.0-2 - Backport "miniso: handle hardlinked files"