change installed packages on ppc

- drop kernel-bootwrapper as it was used with 32-bit ppc
- replace ppc64-utils meta-package (to be retired) with the real requirements

(cherry picked from commit 1d32a0cb36)
This commit is contained in:
Dan Horák 2018-04-20 17:37:25 +02:00 committed by Brian C. Lane
parent 8ba16e8f15
commit 1c06fccfe8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ installpkg glibc-all-langpacks
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
%endif
%if basearch in ("ppc", "ppc64", "ppc64le"):
installpkg fbset hfsutils kernel-bootwrapper ppc64-utils ppc64-diag
installpkg fbset hfsutils powerpc-utils lsvpd ppc64-diag
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
installpkg grub2-${basearch}
%endif