From ac8c6f381131034ea0dbf3ac26f392cbe1cd550d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 14 Feb 2015 15:25:49 +0100 Subject: MageiaUpdate: add all mirrors instead of only updates mirrors when no updates mirrors are defined (mga#12472) Fix by Manuel Hiebel. --- Makefile | 2 +- NEWS | 5 +++++ Rpmdrake/pkg.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85480be4..792906ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 6.14 +VERSION = 6.15 NAME = rpmdrake DIRS = po polkit data mime diff --git a/NEWS b/NEWS index 3954612e..43c51280 100644 --- a/NEWS +++ b/NEWS @@ -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); } } -- cgit v1.2.1