summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xmgaapplet-upgrade-helper2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e09b10a..3cba1d06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- do not pass invalid --nocheck option to urpmi.update
+
Version 2.81 - 15 May 2013, Colin Guthrie
- ensure nonfree/tainted media is kept enabled on distro upgrade
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper
index 34d598f3..d2db06cd 100755
--- a/mgaapplet-upgrade-helper
+++ b/mgaapplet-upgrade-helper
@@ -336,7 +336,7 @@ sub fork_gurpmi {
}
sub update_media() {
- run_program::run('urpmi.update', if_($root, '--urpmi-root', $root), '-a', '--nocheck');
+ run_program::run('urpmi.update', if_($root, '--urpmi-root', $root), '-a');
}
sub enable_media {