From 8e2e0fabaded6caee06a13bc4a7050153d33d485 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 17 Sep 2012 10:29:39 +0000 Subject: (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, mga#7380) (backported from trunk) --- perl-install/NEWS | 2 ++ perl-install/standalone/drakbug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index be16cb0e0..bc35dd4bc 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - do not crash when trying to guess homedir before running another process (mga#7403) +- drakbug: + o fix preselecting "RPM package" (Manuel Hiebel, mga#7380) Version 14.21.2 - 5 September 2012 diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 2c39d9a44..d483605b3 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -264,7 +264,7 @@ sub report_bug_to_bugzilla() { my $options = join('&', ($product || $version ? 'cf_rpmpkg=' . join('-', $product, $version) : ()), 'version=' . ($rel_data->{branch} eq 'Devel' ? 'Cauldron' : $rel_data->{version}), - 'component=Core%20Packages', + 'component=RPM%20Packages', 'product=Mageia', "rep_platform=$arch", if_($incident, -- cgit v1.2.1