diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:56:27 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:56:27 +0000 |
commit | 539b8ae6cb14b33ef9e976b7a359b2440c8fa333 (patch) | |
tree | c3f9f0710573a1b6c646c18f7506597b6da436cf /urpmi.spec | |
parent | bfd4d8f5ae09d74e3509e646d11bc0a6a393cd12 (diff) | |
download | urpmi-539b8ae6cb14b33ef9e976b7a359b2440c8fa333.tar urpmi-539b8ae6cb14b33ef9e976b7a359b2440c8fa333.tar.gz urpmi-539b8ae6cb14b33ef9e976b7a359b2440c8fa333.tar.bz2 urpmi-539b8ae6cb14b33ef9e976b7a359b2440c8fa333.tar.xz urpmi-539b8ae6cb14b33ef9e976b7a359b2440c8fa333.zip |
1.4-2mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,12 +2,12 @@ Name: urpmi Version: 1.4 -Release: 1mdk +Release: 2mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install -Requires: /usr/bin/suidperl, rpmtools >= 2.1-7mdk, eject, wget -PreReq: /usr/bin/genbasefiles +Requires: /usr/bin/suidperl, eject, wget +PreReq: rpmtools >= 2.1-8mdk BuildRoot: %{_tmppath}/%{name}-buildroot Group: %{group} @@ -105,6 +105,10 @@ autoirpm.uninstall %changelog +* Wed Jan 17 2001 François Pons <fpons@mandrakesoft.com> 1.4-2mdk +- removed PreReq on genbasefiles, now PreReq rpmtools-2.1-8mdk or above. +- fixed glitches in urpm.pm module about old format of urpmi.cfg. + * Tue Jan 16 2001 François Pons <fpons@mandrakesoft.com> 1.4-1mdk - extract urpmi/urpmq common code and newer code for medium management in perl module urpm. |