--- cauldron/abrt/current/SOURCES/abrt-mdvbugzilla.patch 2011/01/17 13:41:48 21273 +++ cauldron/abrt/current/SOURCES/abrt-mageiabugzilla.patch 2011/01/17 18:00:07 21492 @@ -5,24 +5,24 @@ True 5 - You can create it <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a> -+ You can create it <a href="https://qa.mandriva.com/createaccount.cgi">here</a> ++ You can create it <a href="https://bugs.mageia.org/createaccount.cgi">here</a> True True ---- lib/Plugins/Bugzilla.conf.mdvbugzilla 2010-07-28 15:11:10.000000000 +0200 +--- lib/Plugins/Bugzilla.conf.mgabugzilla 2010-07-28 15:11:10.000000000 +0200 +++ lib/Plugins/Bugzilla.conf 2010-08-10 11:50:36.000000000 +0200 @@ -1,7 +1,7 @@ Enabled = yes # Bugzilla URL -BugzillaURL = https://bugzilla.redhat.com/ -+BugzillaURL = https://qa.mandriva.com/ ++BugzillaURL = https://bugs.mageia.org/ # yes means that ssl certificates will be checked SSLVerify = yes # your login has to exist, if you don have any, please create one ---- lib/Plugins/Bugzilla.cpp.mdvbugzilla 2010-07-28 15:35:02.000000000 +0200 +--- lib/Plugins/Bugzilla.cpp.mgabugzilla 2010-07-28 15:35:02.000000000 +0200 +++ lib/Plugins/Bugzilla.cpp 2010-08-10 12:02:06.000000000 +0200 @@ -328,13 +328,13 @@ { @@ -74,8 +74,8 @@ m_bSSLVerify(true), - m_sBugzillaURL("https://bugzilla.redhat.com"), - m_sBugzillaXMLRPC("https://bugzilla.redhat.com"XML_RPC_SUFFIX), -+ m_sBugzillaURL("https://qa.mandriva.com"), -+ m_sBugzillaXMLRPC("https://qa.mandriva.com"XML_RPC_SUFFIX), ++ m_sBugzillaURL("https://bugs.mageia.org"), ++ m_sBugzillaXMLRPC("https://bugs.mageia.org"XML_RPC_SUFFIX), m_bRatingRequired(true) {} @@ -103,7 +103,7 @@ .SS BugzillaURL The URL of the Bugzilla instance that you want to use, including the -path to the xmlrpc. The default is https://bugzilla.redhat.com/xmlrpc.cgi -+path to the xmlrpc. The default is https://qa.mandriva.com/xmlrpc.cgi ++path to the xmlrpc. The default is https://bugs.mageia.org/xmlrpc.cgi .SS Login Your Bugzilla login. If you have no Bugzilla account, you cannot use the plugin.