summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-27 16:13:08 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-27 16:13:08 +0000
commit2f6016e2404f1e226e87130828346e9e78df4209 (patch)
tree2a9689dc3110faa256a216517928555dd0b76538
parentefe4131bdcba60b28e9a80daa01dd20835214911 (diff)
downloadurpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar
urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.gz
urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.bz2
urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.xz
urpmi-2f6016e2404f1e226e87130828346e9e78df4209.zip
*** empty log message ***
-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.