summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 8bee095d1..5aa82e257 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- ensure the rpmdb is closed
+
Version 10.4.218 - 28 September 2007, by Pascal "Pixel" Rigaux
- add /etc/rpm/macros.cdb
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 2d9b0b5e5..b29697d05 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -390,6 +390,7 @@ sub pkg_install {
$o->installPackages;
} else {
log::l("all packages selected are already installed, nothing to do");
+ delete $o->{packages}{rpmdb}; #- make sure rpmdb is closed
0;
}
}