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 24411707b..76f86f067 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- fix the bugzilla url generated by drakbug by changing 'classificaiton=Mageia' + to 'product=Mageia' (mga#835) - add sdhci-pci to card-reader list Version 13.49 - 21 April 2001 diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 365be533f..cb9a96a79 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -278,7 +278,7 @@ sub report_bug_to_bugzilla() { ($product || $version ? 'cf_rpmpkg=' . join('-', $product, $version) : ()), 'version=' . ($rel_data->{branch} eq 'Devel' ? 'Cauldron' : $rel_data->{version}), 'component=Core%20Packages', - 'classification=Mageia', + 'product=Mageia', "rep_platform=$arch", if_($incident, join('', "short_desc=$prog%20", |