Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra

This commit is contained in:
Sohan Kunkerkar 2021-12-08 18:34:38 -05:00
parent b0f5492d6f
commit 493096eabe

View File

@ -164,7 +164,7 @@ This subpackage contains boot-time infrastructure for Fedora CoreOS and
RHEL CoreOS. It is not needed on other platforms. RHEL CoreOS. It is not needed on other platforms.
%files -n %{crate}-bootinfra %files -n %{crate}-bootinfra
%{dracutlibdir}/modules.d/* %{dracutlibdir}/modules.d/50rdcore
%{_libexecdir}/* %{_libexecdir}/*
%{_unitdir}/* %{_unitdir}/*
%{_systemdgeneratordir}/* %{_systemdgeneratordir}/*
@ -179,7 +179,7 @@ This subpackage contains files and configuration to run coreos-installer
from the initramfs. from the initramfs.
%files -n %{crate}-dracut %files -n %{crate}-dracut
%{dracutlibdir}/modules.d/51coreos-installer/* %{dracutlibdir}/modules.d/51coreos-installer
%endif %endif
%if %{with check} %if %{with check}
@ -194,6 +194,8 @@ from the initramfs.
%changelog %changelog
* Wed Dec 08 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.11.1-3 * Wed Dec 08 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.11.1-3
- Remove conditional around sourcing the vendor tarball - 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 <jonathan@jlebon.com> - 0.11.0-2 * Mon Nov 29 2021 Jonathan Lebon <jonathan@jlebon.com> - 0.11.0-2
- Backport "miniso: handle hardlinked files" - Backport "miniso: handle hardlinked files"