diff options
| author | Chris Lumens <clumens@redhat.com> | 2005-02-02 16:19:56 +0000 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2005-02-02 16:19:56 +0000 |
| commit | fcd04837445107ca37a250ff9d3acd1ae51a64d3 (patch) | |
| tree | 09da450ce102a7f658ab397110d5deb08a7d4633 /scripts | |
| parent | fc030e59e0003fabe1828d3b0ff0249b99b8baef (diff) | |
Use urlgrabber for retrieving files instead of urllib2 directly.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 44b45d9e6..a37ddcd20 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -119,7 +119,8 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux rhpl pyxf86config libxml2 libxml2-python glib2 elfutils-libelf bogl-bterm bogl krb5-libs convertdb1 jfsutils xfsprogs xfsdump dmapi libacl libattr attr acl - policy policycoreutils pyparted xorg-x11 selinux-policy-targeted" + policy policycoreutils pyparted xorg-x11 selinux-policy-targeted + yum" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" @@ -366,6 +367,7 @@ usr/$LIBDIR/python?.?/site-packages/partedmodule.so usr/$LIBDIR/python?.?/site-packages/ixf86configmodule.so usr/$LIBDIR/python?.?/site-packages/xf86config.py usr/$LIBDIR/python?.?/site-packages/rhpl +usr/$LIBDIR/python?.?/site-packages/urlgrabber usr/lib/rpm/macros usr/lib/rpm/rpmpopt usr/lib/rpm/rpmrc |
