diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | Rpmdrake/pkg.pm | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = 6.14 +VERSION = 6.15 NAME = rpmdrake DIRS = po polkit data mime @@ -1,3 +1,8 @@ +Version 6.15 - 14 February 2015, RĂ©mi Verschelde + +- MageiaUpdate: add all mirrors instead of only updates mirrors + when no updates mirrors are defined (mga#12472) + Version 6.14 - 9 February 2015, Thierry Vignaud - update translations diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 211baa2f..d068125b 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -286,7 +286,7 @@ launch the Software Media Manager, and then add a `Security updates' medium. Then, restart %s.", $rpmdrake::myname_update)), myexit(-1); - add_distrib_update_media($urpm, $mirror, only_updates => 1); + add_distrib_update_media($urpm, $mirror, only_updates => 0); } } |