aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--Rpmdrake/pkg.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f901421a..362efe4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
- do display conflicting packages instead of silently removing them
(needs urpmi 6.11) (#43501)
+- do not display any (truncated) banner when embedded while updating
+ media (like non-embedded case) (#43815)
Version 4.18.2 - 10 September 2008, Thierry Vignaud
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 06299a94..eacfbfa5 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -238,7 +238,7 @@ Is it ok to continue?"), yesno => 1,
)) or myexit(-1);
writeconf();
urpm::media::select_media($urpm, map { $_->{name} } @update_medias);
- update_sources($urpm, noclean => 1, banner => $::isEmbedded);
+ update_sources($urpm, noclean => 1);
}
} else {
if (any { $_->{update} } @{$urpm->{media}}) {