diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-18 11:57:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-18 11:57:11 +0000 |
commit | 82c40393e2313509824e1f76173c39a2e75207d7 (patch) | |
tree | 4c2d6236de9fa9fb8513bc5392a7665f4cd7979c /urpm | |
parent | c89b0ab9479b22ea389cc7381109b3a9fcaa2b60 (diff) | |
download | urpmi-82c40393e2313509824e1f76173c39a2e75207d7.tar urpmi-82c40393e2313509824e1f76173c39a2e75207d7.tar.gz urpmi-82c40393e2313509824e1f76173c39a2e75207d7.tar.bz2 urpmi-82c40393e2313509824e1f76173c39a2e75207d7.tar.xz urpmi-82c40393e2313509824e1f76173c39a2e75207d7.zip |
4.10.5
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index d5e97707..7687eb71 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -155,7 +155,7 @@ sub install { foreach my $mode ($install, $upgrade) { foreach (keys %$mode) { my $pkg = $urpm->{depslist}[$_]; - $pkg->update_header($mode->{$_}); + $pkg->update_header($mode->{$_}, keep_all_tags => 1); if ($pkg->payload_format eq 'drpm') { #- handle deltarpms my $true_rpm = urpm::sys::apply_delta_rpm($mode->{$_}, "$urpm->{cachedir}/rpms", $pkg); if ($true_rpm) { |