diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
2 files changed, 3 insertions, 1 deletions
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, |