Tell satsolver about the installed repo
authorMichael Andres <ma@suse.de>
Wed, 22 Oct 2008 11:07:25 +0000 (11:07 +0000)
committerMichael Andres <ma@suse.de>
Wed, 22 Oct 2008 11:07:25 +0000 (11:07 +0000)
zypp/sat/Pool.cc

index f422631..867abf1 100644 (file)
@@ -113,6 +113,8 @@ namespace zypp
         info.setAutorefresh( true );
         info.setEnabled( true );
         ret.setInfo( info );
+        // indicate
+        ::pool_set_installed( ret.get() );
       }
       return ret;
     }