summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--urpm/install.pm1
-rw-r--r--urpm/main_loop.pm1
3 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71571e9f..8badcbba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+- urpme, library
+ o do not display things like "conflicts@b-1-1.noarch@a-1-1.noarch@/etc/foo"
+ (regression introduced in 6.14.5)
+
Version 6.14.8 - 16 October 2008
- gurpmi
diff --git a/urpm/install.pm b/urpm/install.pm
index 563f3733..020fa1ad 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -161,7 +161,6 @@ sub options {
sub install {
my ($urpm, $remove, $install, $upgrade, %options) = @_;
$options{translate_message} = 1;
- $options{raw_message} = 1;
my $db = urpm::db_open_or_die_($urpm, !$options{test}); #- open in read/write mode unless testing installation.
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index 5f87caa7..2e0fb70f 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -212,6 +212,7 @@ foreach my $set (@{$state->{transaction} || []}) {
callback_inst => $callbacks->{inst},
callback_trans => $callbacks->{trans},
callback_report_uninst => $callbacks->{callback_report_uninst},
+ raw_message => 1,
);
urpm::orphans::add_unrequested($urpm, $state);