No longer define %_rpmdb_rebuild macro.
authorMichael Andres <ma@suse.de>
Fri, 26 Feb 2010 11:29:23 +0000 (12:29 +0100)
committerMichael Andres <ma@suse.de>
Fri, 26 Feb 2010 11:29:23 +0000 (12:29 +0100)
- It's not actually needed on SuSE, but causes trouble on Fedora.

zypp/target/rpm/librpmDb.cc

index 738107c..1689fbb 100644 (file)
@@ -134,9 +134,6 @@ bool librpmDb::globalInit()
     return false;
   }
 
-  // should speed up convertdb and rebuilddb.
-  ::addMacro( NULL, "_rpmdb_rebuild", NULL, "%{nil}", RMIL_CMDLINE );
-
   initialized = true; // Necessary to be able to use exand().
 
 #define OUTVAL(n) << " (" #n ":" << expand( "%{" #n "}" ) << ")"