diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | urpmi | 1 | ||||
-rw-r--r-- | urpmi.spec | 5 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2000-02-10 Pixel <pixel@mandrakesoft.com> + + * urpmi: unset $ENV to please -U + * urpmi: now really handle multiple args + * urpmi: new option ``-a'' to install all the proposed packages + * urpmi: add ability to --nodeps and --force in case of install errors + 2000-01-20 Pixel <pixel@mandrakesoft.com> * urpmi: fix regexp not allowing `.' in release @@ -3,6 +3,7 @@ load_po(); $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; +delete $ENV{ENV}; $< = $>; log_it(scalar localtime, " urpmi called with @ARGV\n"); @@ -2,7 +2,7 @@ Name: urpmi Version: 0.9 -Release: 39mdk +Release: 40mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -17,6 +17,9 @@ well-known rpms to be installed. You can compare rpm vs. urpmi with insmod vs. modprobe %changelog +* Thu Feb 10 2000 Pixel <pixel@mandrakesoft.com> 0.9-40mdk +- unset $ENV to please -U + * Wed Feb 9 2000 Pixel <pixel@mandrakesoft.com> 0.9-39mdk - now really handle multiple args - new option ``-a'' to install all the proposed packages |