diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-27 16:13:08 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-27 16:13:08 +0000 |
commit | 2f6016e2404f1e226e87130828346e9e78df4209 (patch) | |
tree | 2a9689dc3110faa256a216517928555dd0b76538 | |
parent | efe4131bdcba60b28e9a80daa01dd20835214911 (diff) | |
download | urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.gz urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.bz2 urpmi-2f6016e2404f1e226e87130828346e9e78df4209.tar.xz urpmi-2f6016e2404f1e226e87130828346e9e78df4209.zip |
*** empty log message ***
-rwxr-xr-x | urpmi.addmedia | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
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; @@ -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. |