summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-11-15 04:48:10 +0000
committerPeter Jones <pjones@redhat.com>2005-11-15 04:48:10 +0000
commit0faff96c7e2b5de3d184aa4e672b3fd186618d23 (patch)
tree6a27cfe7dac85a5dc8b4c9ece3c5e2de36fc42ad /scripts
parent89f97ca2b43ed561d96c7a0f42c47fa55224dde8 (diff)
- add python-pyblock
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 7e5a6a144..e2ae33ea6 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -138,6 +138,10 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then
XFree86-libs strace xorg-x11-xauth xorg-x11-libs"
fi
+if [ $ARCH != s390 -a $ARCH != s390x ]; then
+ PACKAGES="$PACKAGES python-pyblock"
+fi
+
if [ $ARCH = ppc -o $ARCH = ppc64 ]; then
PACKAGES="$PACKAGES pcmciautils pdisk yaboot hfsutils"
fi
@@ -230,6 +234,11 @@ fi
# dogtail stuff...
PACKAGESGR="$PACKAGESGR gail at-spi libbonobo ORBit2"
+# dmraid stuff
+if [ $ARCH != s390 -a $ARCH != s390x ]; then
+ PACKAGESGR="$PACKAGESGR python-pyblock"
+fi
+
# modular xorg...
XORGLIBS="libICE libSM libX11 libXcursor libXext libXfixes libXft libXi libxkbfile libXmu libXpm libXrandr libXrender libXt libXxf86misc libXaw liblbxutil libXfont libfontenc libXau libXdmcp libXfont"
XORGDRIVERS="xorg-x11-drv-acecad xorg-x11-drv-aiptek xorg-x11-drv-apm xorg-x11-drv-ark xorg-x11-drv-ati xorg-x11-drv-calcomp xorg-x11-drv-chips xorg-x11-drv-cirrus xorg-x11-drv-citron xorg-x11-drv-cyrix xorg-x11-drv-digitaledge xorg-x11-drv-dmc xorg-x11-drv-dummy xorg-x11-drv-dynapro xorg-x11-drv-elo2300 xorg-x11-drv-elographics xorg-x11-drv-evdev xorg-x11-drv-fbdev xorg-x11-drv-fpit xorg-x11-drv-glint xorg-x11-drv-hyperpen xorg-x11-drv-i128 xorg-x11-drv-i740 xorg-x11-drv-i810 xorg-x11-drv-jamstudio xorg-x11-drv-joystick xorg-x11-drv-keyboard xorg-x11-drv-magellan xorg-x11-drv-magictouch xorg-x11-drv-mga xorg-x11-drv-microtouch xorg-x11-drv-mouse xorg-x11-drv-mutouch xorg-x11-drv-neomagic xorg-x11-drv-nsc xorg-x11-drv-nv xorg-x11-drv-palmax xorg-x11-drv-penmount xorg-x11-drv-rendition xorg-x11-drv-s3 xorg-x11-drv-s3virge xorg-x11-drv-savage xorg-x11-drv-siliconmotion xorg-x11-drv-sis xorg-x11-drv-sisusb xorg-x11-drv-spaceorb xorg-x11-drv-summa xorg-x11-drv-tdfx xorg-x11-drv-tek4957 xorg-x11-drv-trident xorg-x11-drv-tseng xorg-x11-drv-v4l xorg-x11-drv-vesa xorg-x11-drv-vga xorg-x11-drv-via xorg-x11-drv-vmware xorg-x11-drv-void xorg-x11-drv-voodoo"
@@ -397,6 +406,7 @@ 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/cElementTree.so
+usr/$LIBDIR/python?.?/site-packages/block
usr/lib/locale/*
usr/lib/python?.?/site-packages/elementtree/*
usr/lib/python?.?/site-packages/rpmUtils/*