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/standalone/drakbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakbug') 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