- Advise rpmdb2solv to parse the product database.
authorMichael Andres <ma@suse.de>
Tue, 12 Aug 2008 17:38:46 +0000 (17:38 +0000)
committerMichael Andres <ma@suse.de>
Tue, 12 Aug 2008 17:38:46 +0000 (17:38 +0000)
devel/devel.ma/NewPool.cc
package/libzypp.changes
zypp/target/TargetImpl.cc

index 7467913..85a5437 100644 (file)
@@ -444,7 +444,7 @@ try {
     Measure x( "INIT TARGET" );
     {
       {
-        zypp::base::LogControl::TmpLineWriter shutUp;
+        //zypp::base::LogControl::TmpLineWriter shutUp;
         getZYpp()->initializeTarget( sysRoot );
       }
       getZYpp()->target()->load();
index 5681d2e..dd8bed0 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
+
+- Advise rpmdb2solv to parse the product database.
+- revision 10824
+
+-------------------------------------------------------------------
 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
 
 - Offer a simpler, fate based status manipulation in ui::Selectable.
index 675bde3..ae850bf 100644 (file)
@@ -404,6 +404,8 @@ namespace zypp
         if ( ! _root.empty() )
           cmd << " -r '" << _root << "'";
 
+        cmd << " -p '" << Pathname::assertprefix( _root, "/etc/products.d" ) << "'";
+
         if ( solvexisted )
           cmd << " '" << rpmsolv << "'";