diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-07 17:49:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-07 17:49:59 +0000 |
commit | f5fe0c14b8c133b4089868e70689b9ebc2e92017 (patch) | |
tree | c9652eb41a3c315ad275bd63c0d9f37373c3a099 /perl-install/standalone | |
parent | d8e1f1457c6394d486d31a156b9ee53a2c5e1728 (diff) | |
download | drakx-f5fe0c14b8c133b4089868e70689b9ebc2e92017.tar drakx-f5fe0c14b8c133b4089868e70689b9ebc2e92017.tar.gz drakx-f5fe0c14b8c133b4089868e70689b9ebc2e92017.tar.bz2 drakx-f5fe0c14b8c133b4089868e70689b9ebc2e92017.tar.xz drakx-f5fe0c14b8c133b4089868e70689b9ebc2e92017.zip |
(report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, mga#7380)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
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, |