- call problem() on rpm removal error (bcn #388810)
authorJan Kupec <jkupec@suse.cz>
Mon, 12 May 2008 15:04:29 +0000 (15:04 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 12 May 2008 15:04:29 +0000 (15:04 +0000)
zypp/target/rpm/RpmDb.cc

index 139f376..e5ac884 100644 (file)
@@ -2099,6 +2099,7 @@ void RpmDb::removePackage( const string & name_r, unsigned flags )
   }
   catch (RpmException & excpt_r)
   {
+    report->problem(excpt_r); //! partial fix to bug #388810, \todo allow to abort/retry failed rpm removal 
     report->finish(excpt_r);
     ZYPP_RETHROW(excpt_r);
   }