From eef295c5c7f95795953efb172df2f731e3137e4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 28 Sep 2007 13:56:55 +0000 Subject: - ensure the rpmdb is closed --- perl-install/install/NEWS | 2 ++ perl-install/install/steps.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install') 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; } } -- cgit v1.2.1