From 493096eabed4c45c7404dff20e763f4116a549d2 Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Wed, 8 Dec 2021 18:34:38 -0500 Subject: [PATCH] Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra --- rust-coreos-installer.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"