diff -ruN libreport-2.1.7.orig/po/POTFILES.in libreport-2.1.7.new/po/POTFILES.in --- libreport-2.1.7.orig/po/POTFILES.in 2013-11-19 11:03:28.258361318 +0100 +++ libreport-2.1.7.new/po/POTFILES.in 2013-11-19 11:23:41.932389011 +0100 @@ -58,3 +58,8 @@ src/workflows/workflow_RHELPython.xml.in src/workflows/workflow_RHELvmcore.xml.in src/workflows/workflow_RHELxorg.xml.in +src/workflows/workflow_RHELBugzillaCCpp.xml.in +src/workflows/workflow_RHELBugzillaKerneloops.xml.in +src/workflows/workflow_RHELBugzillaPython.xml.in +src/workflows/workflow_RHELBugzillaVmcore.xml.in +src/workflows/workflow_RHELBugzillaXorg.xml.in diff -ruN libreport-2.1.7.orig/src/workflows/Makefile.am libreport-2.1.7.new/src/workflows/Makefile.am --- libreport-2.1.7.orig/src/workflows/Makefile.am 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/Makefile.am 2013-11-19 11:30:47.356398718 +0100 @@ -18,7 +18,12 @@ workflow_AnacondaFedora.xml \ workflow_AnacondaRHEL.xml \ workflow_AnacondaRHELBugzilla.xml \ - workflow_AnacondaUpload.xml + workflow_AnacondaUpload.xml \ + workflow_RHELBugzillaCCpp.xml \ + workflow_RHELBugzillaKerneloops.xml \ + workflow_RHELBugzillaPython.xml \ + workflow_RHELBugzillaVmcore.xml \ + workflow_RHELBugzillaXorg.xml endif workflowsdefdir = $(WORKFLOWS_DEFINITION_DIR) @@ -52,5 +57,10 @@ workflow_AnacondaFedora.xml.in \ workflow_AnacondaRHEL.xml.in \ workflow_AnacondaRHELBugzilla.xml.in \ - workflow_AnacondaUpload.xml.in + workflow_AnacondaUpload.xml.in \ + workflow_RHELBugzillaCCpp.xml.in \ + workflow_RHELBugzillaKerneloops.xml.in \ + workflow_RHELBugzillaPython.xml.in \ + workflow_RHELBugzillaVmcore.xml.in \ + workflow_RHELBugzillaXorg.xml.in endif diff -ruN libreport-2.1.7.orig/src/workflows/report_rhel.conf libreport-2.1.7.new/src/workflows/report_rhel.conf --- libreport-2.1.7.orig/src/workflows/report_rhel.conf 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/report_rhel.conf 2013-11-19 11:25:18.628391217 +0100 @@ -17,3 +17,23 @@ EVENT=workflow_RHELxorg analyzer=xorg # this is just a meta event which consists of other events # the list is defined in the xml file + +EVENT=workflow_RHELBugzillaCCpp analyzer=CCpp +# this is just a meta event which consists of other events +# the list is defined in the xml file + +EVENT=workflow_RHELBugzillaPython analyzer=Python +# this is just a meta event which consists of other events +# the list is defined in the xml file + +EVENT=workflow_RHELBugzillaKerneloops analyzer=Kerneloops +# this is just a meta event which consists of other events +# the list is defined in the xml file + +EVENT=workflow_RHELBugzillaVmcore analyzer=vmcore +# this is just a meta event which consists of other events +# the list is defined in the xml file + +EVENT=workflow_RHELBugzillaXorg analyzer=xorg +# this is just a meta event which consists of other events +# the list is defined in the xml file diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaCCpp.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaCCpp.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaCCpp.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaCCpp.xml.in 2013-11-19 11:33:25.253402320 +0100 @@ -0,0 +1,13 @@ + + + <_name>Report to Red Hat Bugzilla + <_description>Process the C/C++ crash using the Red Hat infrastructure + + + report_uReport + collect_* + analyze_LocalGDB + report_Bugzilla + post_report + + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaKerneloops.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaKerneloops.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaKerneloops.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaKerneloops.xml.in 2013-11-19 11:09:10.292369122 +0100 @@ -0,0 +1,12 @@ + + + <_name>Report to Red Hat Bugzilla + <_description>Process the kerneloops using the Red Hat infrastructure + + + report_uReport + collect_* + report_Bugzilla + post_report + + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaPython.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaPython.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaPython.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaPython.xml.in 2013-11-19 11:09:10.377369124 +0100 @@ -0,0 +1,12 @@ + + + <_name>Report to Red Hat Bugzilla + <_description>Process the python exception using the Red Hat infrastructure + + + report_uReport + collect_* + report_Bugzilla + post_report + + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaVmcore.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaVmcore.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaVmcore.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaVmcore.xml.in 2013-11-19 11:08:37.623368376 +0100 @@ -0,0 +1,13 @@ + + + <_name>Report to Red Hat Bugzilla + <_description>Process the kernel crash using the Red Hat infrastructure + + + analyze_VMcore + report_uReport + collect_* + report_Bugzilla + post_report + + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaXorg.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaXorg.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaXorg.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaXorg.xml.in 2013-11-19 11:08:53.489368738 +0100 @@ -0,0 +1,9 @@ + + + <_name>Report to Red Hat Bugzilla + <_description>Process the X Server problem using the Red Hat infrastructure + + + report_Bugzilla + + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml --- libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml 2013-11-19 11:52:08.141427942 +0100 @@ -1,6 +1,6 @@ - Report to Red Hat + Report to Red Hat Customer Portal An Red Hat melden Process the C/C++ crash using the Red Hat infrastructure Procesar el accidente C/C++ usando la infraestructura Red Hat @@ -12,4 +12,4 @@ collect_* report_RHTSupport - \ No newline at end of file + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml.in 2013-11-19 11:03:28.246361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml.in 2013-11-19 11:51:17.381426784 +0100 @@ -1,6 +1,6 @@ - <_name>Report to Red Hat + <_name>Report to Red Hat Customer Portal <_description>Process the C/C++ crash using the Red Hat infrastructure diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml --- libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml 2013-11-19 11:03:28.246361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml 2013-11-19 11:51:37.791427249 +0100 @@ -1,6 +1,6 @@ - Report to Red Hat + Report to Red Hat Customer Portal An Red Hat melden Process the kerneloops using the Red Hat infrastructure Procesar el kerneloops usando la infraestructura Red Hat @@ -12,4 +12,4 @@ collect_* report_RHTSupport - \ No newline at end of file + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml.in 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml.in 2013-11-19 11:50:39.709425924 +0100 @@ -1,6 +1,6 @@ - <_name>Report to Red Hat + <_name>Report to Red Hat Customer Portal <_description>Process the kerneloops using the Red Hat infrastructure diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml --- libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml 2013-11-19 11:03:28.246361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml 2013-11-19 11:51:44.713427407 +0100 @@ -1,6 +1,6 @@ - Report to Red Hat + Report to Red Hat Customer Portal An Red Hat melden Process the python exception using the Red Hat infrastructure Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি python ব্যতিক্ৰম প্ৰক্ৰিয়া কৰক @@ -13,4 +13,4 @@ collect_* report_RHTSupport - \ No newline at end of file + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml.in 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml.in 2013-11-19 11:51:17.467426786 +0100 @@ -1,6 +1,6 @@ - <_name>Report to Red Hat + <_name>Report to Red Hat Customer Portal <_description>Process the python exception using the Red Hat infrastructure diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml --- libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml 2013-11-19 11:03:28.245361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml 2013-11-19 11:51:49.759427522 +0100 @@ -1,6 +1,6 @@ - Report to Red Hat + Report to Red Hat Customer Portal An Red Hat melden Process the kernel crash using the Red Hat infrastructure Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি কাৰনেল স্খলন প্ৰক্ৰিয়া কৰক @@ -14,4 +14,4 @@ collect_* report_RHTSupport - \ No newline at end of file + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml.in 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml.in 2013-11-19 11:50:59.454426375 +0100 @@ -1,6 +1,6 @@ - <_name>Report to Red Hat + <_name>Report to Red Hat Customer Portal <_description>Process the kernel crash using the Red Hat infrastructure diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml --- libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml 2013-11-19 11:03:28.245361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml 2013-11-19 11:51:55.956427664 +0100 @@ -1,6 +1,6 @@ - Report to Red Hat + Report to Red Hat Customer Portal An Red Hat melden Process the X Server problem using the Red Hat infrastructure Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি X চাৰ্ভাৰ সমস্যা প্ৰক্ৰিয়া কৰক @@ -11,4 +11,4 @@ report_RHTSupport - \ No newline at end of file + diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml.in --- libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml.in 2013-11-19 11:03:28.244361317 +0100 +++ libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml.in 2013-11-19 11:51:04.278426485 +0100 @@ -1,6 +1,6 @@ - <_name>Report to Red Hat + <_name>Report to Red Hat Customer Portal <_description>Process the X Server problem using the Red Hat infrastructure