From dc9bae9b68d321ac8022b4dfcded4ee351c98658 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 7 Aug 2015 18:56:50 +0100 Subject: [PATCH] some of the PowerPC utilities (powerpc-utils and fbset) need perl too (cherry picked from commit 4794ba6a8e7937fe1f327eb2ee8d434c0bf779f4) --- share/runtime-cleanup.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index bfdff35a..b24957a2 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -6,7 +6,8 @@ remove usr/share/i18n ## not required packages installed as dependencies ## no perl besides s390x -%if basearch != "s390x": +## perl needed for powerpc-utils and fbset on PPC +%if basearch not in ("ppc", "ppc64", "ppc64le", "s390x"): removepkg perl* %endif ## no sound support, thanks