From ac971d1b1ef9c37be3bdac79988aecd3d0ba5bce Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 28 Jul 2017 12:52:16 -0500 Subject: [PATCH] perl is needed on all arches now /usr/bin/rxe_cfg from libibverbs needs perl. so include it everywhere. Signed-off-by: Dennis Gilmore --- share/templates.d/99-generic/runtime-cleanup.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl index 9a287e74..3cb64dcb 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/runtime-cleanup.tmpl @@ -5,11 +5,10 @@ remove usr/share/i18n ## not required packages installed as dependencies -## no perl besides s390x +## perl is needed on s390x ## perl needed for powerpc-utils and fbset on PPC -%if basearch not in ("ppc", "ppc64", "ppc64le", "s390x"): - removepkg perl* -%endif +## perl is needed by /usr/bin/rxe_cfg from libibverbs + ## no sound support, thanks removepkg flac gstreamer-tools libsndfile pulseaudio* sound-theme-freedesktop ## we don't create new initramfs/bootloader conf inside anaconda