> diff --git a/scripts/upd-instroot b/scripts/upd-instroot > index fc0d659..65e7129 100755 > --- a/scripts/upd-instroot > +++ b/scripts/upd-instroot > @@ -684,6 +684,11 @@ lib/security > $LIBDIR/security/pam_* > $LIBDIR/libwrap*.so* > usr/bin/xauth > +usr/$LIBDIR/libXau.so.* > +usr/$LIBDIR/libXext.so.* > +usr/$LIBDIR/libXmuu.so.* > +usr/$LIBDIR/libX11.so.* > +usr/$LIBDIR/libxcb.so.* > EOF > fi Why do we need to do this anymore? Shouldn't using yum in upd-instroot handle all the deps just fine? Plus, xauth appears to be dynamically linked against all those libraries so they should just get pulled in. The only reason we really need to explicitly list libraries anymore is if they're dlopen()ed. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list