[lorax] perl is required by some low-level tools on s390x (#868824)

Dan Horák dan at danny.cz
Mon Oct 22 09:37:14 UTC 2012


Dan Horák píše v Po 22. 10. 2012 v 11:30 +0200: 
> Don't remove perl on s390x as it is required by some low-level tools.

it's about 9MB increase in the size of install.img, but we have to live
with that


Dan

> ---
>  share/runtime-cleanup.tmpl |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
> index 97dd38f..1791cae 100644
> --- a/share/runtime-cleanup.tmpl
> +++ b/share/runtime-cleanup.tmpl
> @@ -5,8 +5,10 @@
>  remove usr/share/i18n
>  
>  ## not required packages installed as dependencies
> -## no perl (it gets pulled in on ppc)
> -removepkg perl*
> +## no perl besides s390x
> +%if basearch != "s390x":
> +    removepkg perl*
> +%endif
>  ## no sound support, thanks
>  removepkg alsa* flac gstreamer-tools libsndfile pulseaudio* sound-theme-freedesktop
>  removepkg midisport-firmware




More information about the anaconda-patches mailing list