From cde3b5675d47245b4b16dcff5fb0bbdac63b66fc Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 23 Apr 2011 00:52:48 +0000 Subject: - Fix the bugzilla url generated by drakbug by changing 'classificaiton=Mageia' to 'product=Mageia' (mga#831) --- perl-install/NEWS | 2 ++ perl-install/standalone/drakbug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') 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", -- cgit v1.2.1