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

Martin Gracik mgracik at redhat.com
Mon Oct 22 13:07:13 UTC 2012


what are these tools? are they really needed in the install environment?

----- Original Message -----
> 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
> 
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 


More information about the anaconda-patches mailing list