From 197586be36eb27a9d41ed6177b090f6c3eadfc46 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 9 Feb 2000 23:26:14 +0000 Subject: no_comment --- ChangeLog | 7 +++++++ urpmi | 1 + urpmi.spec | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3164ab5b..febabbab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-02-10 Pixel + + * 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 * urpmi: fix regexp not allowing `.' in release diff --git a/urpmi b/urpmi index 9d015456..9c254a3a 100755 --- a/urpmi +++ b/urpmi @@ -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"); diff --git a/urpmi.spec b/urpmi.spec index d5c92167..0e1639b7 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -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 0.9-40mdk +- unset $ENV to please -U + * Wed Feb 9 2000 Pixel 0.9-39mdk - now really handle multiple args - new option ``-a'' to install all the proposed packages -- cgit v1.2.1