summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py29
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)