summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-16 20:19:31 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-16 20:19:31 +0000
commit8ce7c0429f14d948acd32674144adae7c474aec1 (patch)
tree684c2d644da38d403520fe1beeb6b7855693d934 /whiteout.py
parent98e8b6ad3c159fecde26c0c4e9df6beb6a2fdfc1 (diff)
downloadanaconda-8ce7c0429f14d948acd32674144adae7c474aec1.tar.gz
anaconda-8ce7c0429f14d948acd32674144adae7c474aec1.tar.xz
anaconda-8ce7c0429f14d948acd32674144adae7c474aec1.zip
use DB_PRIVATE for the database right now. cdb just makes things slower
(and spews some warnings right now too :) add more whiteout
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py
index 91b257fd7..4aba823e2 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -6,6 +6,10 @@
import rpm
+# set DB_PRIVATE to make rpm happy... do it in here since we include
+# this with all of the useful rpm bits
+rpm.addMacro("__dbi_cdb", "create private")
+
whiteout="""
pango-gtkbeta-devel>pango-gtkbeta\
XFree86>Mesa \
@@ -30,7 +34,11 @@ whiteout="""
ghostscript>gimp-print \
bind>bind-utils \
perl>mod_perl \
- perl>perl-Filter
+ perl>perl-Filter \
+ coreutils>pam \
+ perl>mrtg \
+ perl-Dat3-Calc>perl-Bit-Vector \
+ perl-Bit-Vector
"""
rpm.addMacro("_dependency_whiteout", whiteout)