summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-19 06:27:47 +0000
committerMatt Wilson <msw@redhat.com>2002-12-19 06:27:47 +0000
commitca43ff8203b5039ca80b3a12750f43fa8d58bfd3 (patch)
treefd88c8bd4f116725a87be79cb76671def06e00ee /upgrade.py
parente1997739c2759a4df9d99505779c927a09044fbb (diff)
downloadanaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.tar.gz
anaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.tar.xz
anaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.zip
don't set __dbi_cdb macros anywhere
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 8e80d06a9..bc53821e1 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -318,7 +318,7 @@ def upgradeFindPackages(intf, method, id, instPath, dir):
rpm.addMacro("_dbapi", "-1")
# have to make sure this isn't set, otherwise rpm won't even
# *try* to use old-format dbs
- rpm.addMacro("__dbi_cdb", "")
+ #rpm.addMacro("__dbi_cdb", "")
rebuildpath = instPath + id.dbpath