diff options
author | Francois Pons <fpons@mandriva.com> | 2001-03-01 17:06:47 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-03-01 17:06:47 +0000 |
commit | ea75348ef8de8ba477b3d3fbb1384e8f79907fdd (patch) | |
tree | 9b12044732eb3628614ace0fe742c612bdbc3741 | |
parent | c6876d4373199409915678cdd431dd81b01a2488 (diff) | |
download | urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.gz urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.bz2 urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.xz urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.zip |
*** empty log message ***
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -433,7 +433,7 @@ sub update_media { #- we need to rebuild from rpm files the hdlist. eval { $urpm->{log}("building hdlist [$urpm->{cachedir}/partial/$medium->{hdlist}]"); - $urpm->{params}->build_hdlist($options{noclean}, "$urpm->{cachedir}/headers", + $urpm->{params}->build_hdlist($options{noclean}, $options{ratio} || 4, "$urpm->{cachedir}/headers", "$urpm->{cachedir}/partial/$medium->{hdlist}", @files); }; $@ and $error = 1, $urpm->{error}("unable to build hdlist: $@"); @@ -2,12 +2,12 @@ Name: urpmi Version: 1.5 -Release: 13mdk +Release: 14mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install Requires: /usr/bin/suidperl, eject, wget -PreReq: perl-gettext, rpmtools >= 2.3-4mdk +PreReq: perl-gettext, rpmtools >= 2.3-7mdk BuildRoot: %{_tmppath}/%{name}-buildroot Group: %{group} @@ -113,6 +113,9 @@ autoirpm.uninstall %changelog +* Thu Mar 1 2001 François Pons <fpons@mandrakesoft.com> 1.5-14mdk +- update with newer rpmtools interface. + * Tue Feb 27 2001 François Pons <fpons@mandrakesoft.com> 1.5-13mdk - fixed removable cdrom old format extraction. - fixed bad i18n usage. |