- correct bug number
authorJan Kupec <jkupec@suse.cz>
Mon, 17 Nov 2008 16:18:47 +0000 (16:18 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 17 Nov 2008 16:18:47 +0000 (16:18 +0000)
package/zypper.changes
src/Zypper.cc

index 2597426..2710842 100644 (file)
@@ -1,7 +1,7 @@
 -------------------------------------------------------------------
 Mon Nov 17 13:22:50 CET 2008 - jkupec@suse.cz
 
-- avoid removing of installed local rpms (bnc #444897)
+- avoid removing of installed local rpms (bnc #445504)
 - r11689
 
 -------------------------------------------------------------------
index 5d45131..5b74f40 100644 (file)
@@ -3093,7 +3093,7 @@ void Zypper::doCommand()
       repo.setName(_("Plain RPM files cache"));
       repo.setKeepPackages(false);
       // empty packages path would cause unwanted removal of installed rpms
-      // in current working directory (bnc #444897)
+      // in current working directory (bnc #445504)
       // OTOH packages path == ZYPPER_RPM_CACHE_DIR (the same as repo URI)
       // causes cp file thesamefile, which fails silently. This may be worth
       // fixing in libzypp.