diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-09 23:26:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-09 23:26:14 +0000 |
commit | 197586be36eb27a9d41ed6177b090f6c3eadfc46 (patch) | |
tree | 74a1787e44303b3d152171e773d5c25732933f2d | |
parent | 49a7900cbc7733c4b881b38b38e49fd5e66e75c0 (diff) | |
download | urpmi-197586be36eb27a9d41ed6177b090f6c3eadfc46.tar urpmi-197586be36eb27a9d41ed6177b090f6c3eadfc46.tar.gz urpmi-197586be36eb27a9d41ed6177b090f6c3eadfc46.tar.bz2 urpmi-197586be36eb27a9d41ed6177b090f6c3eadfc46.tar.xz urpmi-197586be36eb27a9d41ed6177b090f6c3eadfc46.zip |
no_comment
-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 |