diff options
| author | Peter Jones <pjones@redhat.com> | 2006-07-17 22:53:38 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2006-07-17 22:53:38 +0000 |
| commit | 9f26a0966b93fc374caed6c5c99ecbac7341c2c2 (patch) | |
| tree | 6bbd0554cbb0e7aa667dde4c3c6701e624907567 /scripts | |
| parent | 94994718d60fa3c2ac78b343fc6e50a5b6700c8c (diff) | |
- add stuff for upd-instroot
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 9c956481b..56d44301a 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -136,7 +136,7 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then fi if [ $ARCH != s390 -a $ARCH != s390x ]; then - PACKAGES="$PACKAGES python-pyblock" + PACKAGES="$PACKAGES python-pyblock libbdevid" fi if [ $ARCH = ppc -o $ARCH = ppc64 ]; then @@ -238,7 +238,7 @@ PACKAGESGR="$PACKAGESGR gail at-spi libbonobo ORBit2" # dmraid stuff if [ $ARCH != s390 -a $ARCH != s390x ]; then - PACKAGESGR="$PACKAGESGR python-pyblock" + PACKAGESGR="$PACKAGESGR python-pyblock libbdevid" fi # modular xorg... @@ -281,6 +281,7 @@ etc/selinux/targeted/* usr/share/selinux/targeted/* etc/security/selinux/policy.* etc/security/selinux/file_contexts +$LIBDIR/bdevid/* $LIBDIR/libaudit*.so* $LIBDIR/libc[-.]* $LIBDIR/libm[-.]* @@ -381,6 +382,7 @@ usr/kerberos/$LIBDIR/libkrb5support.so* usr/kerberos/$LIBDIR/libk5crypto.so* usr/kerberos/$LIBDIR/libcom_err.so* usr/kerberos/$LIBDIR/libgssapi_krb5.so* +usr/$LIBDIR/libbdevid.so* usr/$LIBDIR/libkrb5.so* usr/$LIBDIR/libkrb5support.so* usr/$LIBDIR/libk5crypto.so* @@ -592,6 +594,7 @@ etc/pango/* etc/fonts/* etc/prelink.conf etc/rpm/macros.prelink +$LIBDIR/bdevid/* $LIBDIR/libacl* $LIBDIR/libattr* $LIBDIR/libgcc* @@ -627,6 +630,7 @@ usr/share/X11/locale/* usr/share/X11/rgb* usr/share/X11/xkb/* usr/$LIBDIR/xserver/SecurityPolicy +usr/$LIBDIR/libbdevid.so* usr/$LIBDIR/libICE* usr/$LIBDIR/libSM* usr/$LIBDIR/libXaw.so* |
