diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index d22eaf1f4..985bcfdd3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakbug: + o fix preselecting "RPM package" (Manuel Hiebel, mga#7380) + Version 14.43 - 4 September 2012 - fix crashing when a banner icon doesn't exist (mga#5223) 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, |