add system-logos dependency for syslinux

The x86.tmpl explicitly references the syslinux-splash provided in
the system-logos package and fails if it's not there so implicitly
install it on arches where syslinux is supported to ensure it's
there. Fixes rhbz #1529239

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2018-02-21 12:39:53 +00:00 committed by Brian C. Lane
parent 396cee89bf
commit 13e234ae02
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ installpkg glibc-all-langpacks
installpkg shim-ia32 grub2-efi-ia32-cdboot
%endif
%if basearch in ("i386", "x86_64"):
installpkg biosdevname memtest86+ syslinux
installpkg biosdevname memtest86+ syslinux system-logos
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
%endif
%if basearch in ("ppc", "ppc64", "ppc64le"):