summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xurpmi2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 892af8f9..7d5b84be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- when using --bug, copy /root/.rpmdrake too
+
Version 6.11 - 11 September 2008, Pascal "Pixel" Rigaux
- library:
diff --git a/urpmi b/urpmi
index 541fb3a5..9d7bdffb 100755
--- a/urpmi
+++ b/urpmi
@@ -253,7 +253,7 @@ if ($bug) {
: N("Unable to create directory [%s] for bug report", $bug)));
#- copy all synthesis file used, along with configuration of urpmi
my @list_files = grep { -e $_ } $urpm->{skiplist}, $urpm->{instlist},
- $urpm->{prefer_list}, $urpm->{prefer_vendor_list};
+ $urpm->{prefer_list}, $urpm->{prefer_vendor_list}, '/root/.rpmdrake';
system("cp", "-af", @list_files, $urpm->{config}, $bug)
and die N("Copying failed");
#- log everything for bug report.