From f5fe0c14b8c133b4089868e70689b9ebc2e92017 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Sep 2012 17:49:59 +0000 Subject: (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, mga#7380) --- perl-install/standalone/drakbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakbug') 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