diff options
author | Francois Pons <fpons@mandriva.com> | 2001-11-27 13:37:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-11-27 13:37:53 +0000 |
commit | 5f7fe924ae8e5acd605d4eef443362cec521f457 (patch) | |
tree | d4539156dc96fe81eac812bef7579f1aa067065a /urpmi.spec | |
parent | 948c59848688dff57de58dec0dd75d6ec32ed4a4 (diff) | |
download | urpmi-5f7fe924ae8e5acd605d4eef443362cec521f457.tar urpmi-5f7fe924ae8e5acd605d4eef443362cec521f457.tar.gz urpmi-5f7fe924ae8e5acd605d4eef443362cec521f457.tar.bz2 urpmi-5f7fe924ae8e5acd605d4eef443362cec521f457.tar.xz urpmi-5f7fe924ae8e5acd605d4eef443362cec521f457.zip |
fix optimization on getting depslist.ordered.
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 2.1 -Release: 1mdk +Release: 2mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -126,6 +126,10 @@ rm -f /var/lib/urpmi/depslist %changelog +* Tue Nov 27 2001 François Pons <fpons@mandrakesoft.com> 2.1-2mdk +- removed old optimization to get existing depslist instead + of rebuilding it. + * Mon Nov 26 2001 François Pons <fpons@mandrakesoft.com> 2.1-1mdk - removed obsoleted code in urpm module. - ignore -m, -M and -c flag of urpmi/urpmq. |