From ca43ff8203b5039ca80b3a12750f43fa8d58bfd3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 19 Dec 2002 06:27:47 +0000 Subject: don't set __dbi_cdb macros anywhere --- upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade.py') 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 -- cgit