summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi.addmedia2
-rw-r--r--urpmi.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia
index f95b5980..cb8a75a2 100755
--- a/urpmi.addmedia
+++ b/urpmi.addmedia
@@ -117,5 +117,5 @@ while (<F>) {
close F or die "parsehdlist failed";
close LIST;
-system("urpmi.update") unless $noupdate;
+system("urpmi.update --noa") unless $noupdate;
exit 0;
diff --git a/urpmi.spec b/urpmi.spec
index 1457d004..813aad3a 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 1.3
-Release: 11mdk
+Release: 12mdk
License: GPL
Source0: %{name}.tar.bz2
Summary: User mode rpm install
@@ -104,6 +104,9 @@ autoirpm.uninstall
%changelog
+* Mon Nov 27 2000 François Pons <fpons@mandrakesoft.com> 1.3-12mdk
+- fixed urpmi.addmedia if already added media are no more accessible.
+
* Thu Nov 16 2000 François Pons <fpons@mandrakesoft.com> 1.3-11mdk
- fixed compilation problems.