summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xurpmi1
-rw-r--r--urpmi.spec5
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3164ab5b..febabbab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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 <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