diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-04-19 06:28:35 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-04-19 06:28:35 +0000 |
commit | 8e7a9bc91b98a02e41dd6d53e8a2027c482346a8 (patch) | |
tree | 1c94bb1caace167e96375666ad0cc9467e83d471 /whiteout.py | |
parent | 34e94e67312be97452e79939ae7104afae3c041b (diff) | |
download | anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.gz anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.xz anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.zip |
more merging fun from the hampton branch. I'm pretty sure this doesn't
work now, at least in gui. text mode might, though
Diffstat (limited to 'whiteout.py')
-rw-r--r-- | whiteout.py | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/whiteout.py b/whiteout.py new file mode 100644 index 000000000..7b6cefaad --- /dev/null +++ b/whiteout.py @@ -0,0 +1,29 @@ +# +# whiteout.py - dependency whiteout setup +# +# Copyright 2002 Red Hat, Inc. +# + +import rpm + +whiteout=""" + pango-gtkbeta-devel>pango-gtkbeta\ + XFree86>Mesa \ + compat-glibc>db2 \ + compat-glibc>db1 \ + pam>initscripts \ + initscripts>sysklogd \ + arts>kdelibs-sound \ + libgnomeprint15>gnome-print \ + nautilus>nautilus-mozilla \ + tcl>postgresql-tcl \ + libtermcap>bash \ + modutils>vixie-cron \ + ypbind>yp-tools \ + ghostscript-fonts>ghostscript \ + usermode>util-linux \ + control-center>xscreensaver \ + kdemultimedia-arts>kdemultimedia-libs +""" + +rpm.addMacro("_dependency_whiteout", whiteout) |