summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-08 21:54:25 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-08 21:54:25 +0000
commiteeeee6fd53604e095f6b8ccaee8205e0fd00cc89 (patch)
treeb86bce9cecc59f9c92804f70e181d2ac295cf3bf /scripts
parentce0930ae0677cf36339607ef3a38c8d985c01de3 (diff)
rpm 4.1 needs libelf
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 15690904a..39843fcba 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -102,7 +102,7 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib
XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel
kudzu hwdata db3 bzip2 bzip2-libs dosfstools pciutils
reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty
- hdparm lvm rhpl libxml2 libxml2-python rdate"
+ hdparm lvm rhpl libxml2 libxml2-python rdate libelf"
if [ $ARCH = x86_64 ]; then
PACKAGES="$PACKAGES libgcc libstdc++"
@@ -300,6 +300,7 @@ usr/$LIBDIR/libbz2*
usr/$LIBDIR/libdb.so.2
usr/$LIBDIR/libdb.so.3
usr/$LIBDIR/libdb1*
+usr/$LIBDIR/libelf*
usr/$LIBDIR/libnewt*
usr/$LIBDIR/libparted*
usr/$LIBDIR/libpopt*