From d9115d418256d7dc386d36d71bee7a5f6d481773 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 20 Dec 2023 21:07:38 +0300 Subject: [PATCH] Add patch --- SOURCES/9101-Remove-rhtsupport.patch | 370 +++++++++++++++++++++++++++ 1 file changed, 370 insertions(+) create mode 100644 SOURCES/9101-Remove-rhtsupport.patch diff --git a/SOURCES/9101-Remove-rhtsupport.patch b/SOURCES/9101-Remove-rhtsupport.patch new file mode 100644 index 0000000..5bf97b1 --- /dev/null +++ b/SOURCES/9101-Remove-rhtsupport.patch @@ -0,0 +1,370 @@ +From 83cd17fcf8d68f668dde6e09216472462ede5162 Mon Sep 17 00:00:00 2001 +From: Andrei Lukoshko +Date: Tue, 2 Feb 2021 06:35:51 +0300 +Subject: [PATCH] Remove rhtsupport + +--- + src/plugins/Makefile.am | 32 -------------- + src/plugins/Makefile.in | 107 +++------------------------------------------- + 2 files changed, 7 insertions(+), 132 deletions(-) + +diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am +index b228602..2a289e7 100644 +--- a/src/plugins/Makefile.am ++++ b/src/plugins/Makefile.am +@@ -17,7 +17,6 @@ reporters_bin += reporter-ureport + endif + + bin_PROGRAMS = $(reporters_bin) \ +- reporter-rhtsupport \ + reporter-kerneloops \ + reporter-upload \ + reporter-mailx \ +@@ -56,7 +55,6 @@ endif + + defaultreportpluginsconfdir = $(DEFAULT_REPORT_PLUGINS_CONF_DIR) + dist_defaultreportpluginsconf_DATA = $(reporters_plugin_conf) \ +- rhtsupport.conf \ + mailx.conf \ + upload.conf \ + ureport.conf +@@ -88,8 +86,6 @@ endif + dist_events_DATA = $(reporters_events) \ + report_Logger.xml \ + report_Mailx.xml \ +- report_RHTSupport.xml \ +- report_RHTSupport_AddData.xml \ + report_Kerneloops.xml \ + report_Uploader.xml \ + report_EmergencyAnalysis.xml +@@ -105,7 +101,6 @@ eventsdefdir = $(EVENTS_DEFINITION_DIR) + dist_eventsdef_DATA = \ + mailx_event.conf \ + print_event.conf \ +- rhtsupport_event.conf \ + uploader_event.conf \ + emergencyanalysis_event.conf \ + centos_report_event.conf \ +@@ -129,8 +124,6 @@ EXTRA_DIST = $(reporters_extra_dist) \ + report_Logger.conf \ + report_Logger.xml.in \ + report_Mailx.xml.in \ +- report_RHTSupport.xml.in \ +- report_RHTSupport_AddData.xml.in \ + report_Kerneloops.xml.in \ + report_Uploader.xml.in \ + report_EmergencyAnalysis.xml.in +@@ -185,32 +178,6 @@ reporter_mantisbt_LDADD = \ + ../lib/libreport.la + endif + +-reporter_rhtsupport_SOURCES = \ +- abrt_rh_support.h abrt_rh_support.c \ +- reporter-rhtsupport.h \ +- reporter-rhtsupport-parse.c \ +- reporter-rhtsupport.c +-reporter_rhtsupport_CPPFLAGS = \ +- -I$(srcdir)/../include \ +- -I$(srcdir)/../lib \ +- -DBIN_DIR=\"$(bindir)\" \ +- -DCONF_DIR=\"$(CONF_DIR)\" \ +- -DLOCALSTATEDIR='"$(localstatedir)"' \ +- -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ +- -DDEBUG_INFO_DIR=\"$(DEBUG_INFO_DIR)\" \ +- -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ +- -DPLUGINS_CONF_DIR=\"$(REPORT_PLUGINS_CONF_DIR)\" \ +- -DLARGE_DATA_TMP_DIR=\"$(LARGE_DATA_TMP_DIR)\" \ +- $(GLIB_CFLAGS) \ +- $(LIBREPORT_CFLAGS) \ +- $(LIBXML_CFLAGS) \ +- -D_GNU_SOURCE +-reporter_rhtsupport_LDADD = \ +- $(GLIB_LIBS) \ +- $(LIBXML_LIBS) \ +- ../lib/libreport-web.la \ +- ../lib/libreport.la +- + reporter_upload_SOURCES = \ + reporter-upload.c + reporter_upload_CPPFLAGS = \ + +diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in +index dbc7057..269727a 100644 +--- a/src/plugins/Makefile.in ++++ b/src/plugins/Makefile.in +@@ -97,7 +97,7 @@ host_triplet = @host@ + @BUILD_MANTISBT_TRUE@ reporter-mantisbt + + @BUILD_UREPORT_TRUE@am__append_3 = reporter-ureport +-bin_PROGRAMS = $(am__EXEEXT_4) reporter-rhtsupport$(EXEEXT) \ ++bin_PROGRAMS = $(am__EXEEXT_4) \ + reporter-kerneloops$(EXEEXT) reporter-upload$(EXEEXT) \ + reporter-mailx$(EXEEXT) reporter-print$(EXEEXT) \ + reporter-systemd-journal$(EXEEXT) +@@ -201,14 +201,6 @@ reporter_mantisbt_OBJECTS = $(am_reporter_mantisbt_OBJECTS) + am_reporter_print_OBJECTS = reporter_print-reporter-print.$(OBJEXT) + reporter_print_OBJECTS = $(am_reporter_print_OBJECTS) + reporter_print_DEPENDENCIES = ../lib/libreport.la +-am_reporter_rhtsupport_OBJECTS = \ +- reporter_rhtsupport-abrt_rh_support.$(OBJEXT) \ +- reporter_rhtsupport-reporter-rhtsupport-parse.$(OBJEXT) \ +- reporter_rhtsupport-reporter-rhtsupport.$(OBJEXT) +-reporter_rhtsupport_OBJECTS = $(am_reporter_rhtsupport_OBJECTS) +-reporter_rhtsupport_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) ../lib/libreport-web.la \ +- ../lib/libreport.la + am_reporter_systemd_journal_OBJECTS = \ + reporter_systemd_journal-reporter-systemd-journal.$(OBJEXT) + reporter_systemd_journal_OBJECTS = \ +@@ -263,14 +255,13 @@ am__v_CCLD_1 = + SOURCES = $(report_SOURCES) $(reporter_bugzilla_SOURCES) \ + $(reporter_kerneloops_SOURCES) $(reporter_mailx_SOURCES) \ + $(reporter_mantisbt_SOURCES) $(reporter_print_SOURCES) \ +- $(reporter_rhtsupport_SOURCES) \ + $(reporter_systemd_journal_SOURCES) $(reporter_upload_SOURCES) \ + $(reporter_ureport_SOURCES) + DIST_SOURCES = $(am__report_SOURCES_DIST) \ + $(am__reporter_bugzilla_SOURCES_DIST) \ + $(reporter_kerneloops_SOURCES) $(reporter_mailx_SOURCES) \ + $(am__reporter_mantisbt_SOURCES_DIST) \ +- $(reporter_print_SOURCES) $(reporter_rhtsupport_SOURCES) \ ++ $(reporter_print_SOURCES) \ + $(reporter_systemd_journal_SOURCES) $(reporter_upload_SOURCES) \ + $(am__reporter_ureport_SOURCES_DIST) + am__can_run_installinfo = \ +@@ -279,7 +270,7 @@ am__can_run_installinfo = \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac + am__dist_defaultreportpluginsconf_DATA_DIST = bugzilla.conf \ +- mantisbt.conf rhtsupport.conf mailx.conf upload.conf \ ++ mantisbt.conf mailx.conf upload.conf \ + ureport.conf + am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; + am__vpath_adj = case $$p in \ +@@ -310,17 +301,16 @@ am__uninstall_files_from_dir = { \ + } + am__dist_events_DATA_DIST = report_Bugzilla.xml watch_Bugzilla.xml \ + report_CentOSBugTracker.xml report_uReport.xml \ +- report_Logger.xml report_Mailx.xml report_RHTSupport.xml \ +- report_RHTSupport_AddData.xml report_Kerneloops.xml \ ++ report_Logger.xml report_Mailx.xml \ ++ report_Kerneloops.xml \ + report_Uploader.xml report_EmergencyAnalysis.xml + am__dist_eventsconf_DATA_DIST = report_Bugzilla.conf \ + report_CentOSBugTracker.conf report_Logger.conf \ + report_Uploader.conf + am__dist_eventsdef_DATA_DIST = mailx_event.conf print_event.conf \ +- rhtsupport_event.conf uploader_event.conf \ ++ uploader_event.conf \ + emergencyanalysis_event.conf centos_report_event.conf \ + bugzilla_event.conf bugzilla_anaconda_event.conf +-am__dist_libreportconf_DATA_DIST = cert-api.access.redhat.com.pem + am__dist_reportpluginsconf_DATA_DIST = bugzilla_format.conf \ + bugzilla_formatdup.conf \ + bugzilla_format_analyzer_libreport.conf \ +@@ -329,7 +319,7 @@ am__dist_reportpluginsconf_DATA_DIST = bugzilla_format.conf \ + mantisbt_formatdup.conf \ + mantisbt_format_analyzer_libreport.conf \ + mantisbt_formatdup_analyzer_libreport.conf bugzilla.conf \ +- mantisbt.conf rhtsupport.conf mailx.conf upload.conf \ ++ mantisbt.conf mailx.conf upload.conf \ + ureport.conf + DATA = $(dist_defaultreportpluginsconf_DATA) $(dist_events_DATA) \ + $(dist_eventsconf_DATA) $(dist_eventsdef_DATA) \ +@@ -581,15 +571,11 @@ pluginslibdir = $(PLUGINS_LIB_DIR) + reporters_bin = $(am__append_1) $(am__append_2) $(am__append_3) + pluginsconfdir = $(PLUGINS_CONF_DIR) + reportpluginsconfdir = $(REPORT_PLUGINS_CONF_DIR) +-@ENABLE_IMPORT_RHTSUPPORT_CERT_TRUE@libreportconfdir = $(CONF_DIR) +-@ENABLE_IMPORT_RHTSUPPORT_CERT_TRUE@dist_libreportconf_DATA = \ +-@ENABLE_IMPORT_RHTSUPPORT_CERT_TRUE@ cert-api.access.redhat.com.pem + + reporters_plugin_conf = $(am__append_4) $(am__append_6) + reporters_plugin_format_conf = $(am__append_5) $(am__append_7) + defaultreportpluginsconfdir = $(DEFAULT_REPORT_PLUGINS_CONF_DIR) + dist_defaultreportpluginsconf_DATA = $(reporters_plugin_conf) \ +- rhtsupport.conf \ + mailx.conf \ + upload.conf \ + ureport.conf +@@ -604,8 +590,6 @@ reporters_events_conf = $(am__append_9) $(am__append_11) + dist_events_DATA = $(reporters_events) \ + report_Logger.xml \ + report_Mailx.xml \ +- report_RHTSupport.xml \ +- report_RHTSupport_AddData.xml \ + report_Kerneloops.xml \ + report_Uploader.xml \ + report_EmergencyAnalysis.xml +@@ -616,7 +600,7 @@ dist_eventsconf_DATA = $(reporters_events_conf) \ + + eventsdefdir = $(EVENTS_DEFINITION_DIR) + dist_eventsdef_DATA = mailx_event.conf print_event.conf \ +- rhtsupport_event.conf uploader_event.conf \ ++ uploader_event.conf \ + emergencyanalysis_event.conf centos_report_event.conf \ + $(am__append_13) + reporters_extra_dist = $(am__append_14) $(am__append_15) \ +@@ -625,8 +609,6 @@ EXTRA_DIST = $(reporters_extra_dist) \ + report_Logger.conf \ + report_Logger.xml.in \ + report_Mailx.xml.in \ +- report_RHTSupport.xml.in \ +- report_RHTSupport_AddData.xml.in \ + report_Kerneloops.xml.in \ + report_Uploader.xml.in \ + report_EmergencyAnalysis.xml.in +@@ -678,34 +660,6 @@ EXTRA_DIST = $(reporters_extra_dist) \ + @BUILD_MANTISBT_TRUE@ ../lib/libreport-web.la \ + @BUILD_MANTISBT_TRUE@ ../lib/libreport.la + +-reporter_rhtsupport_SOURCES = \ +- abrt_rh_support.h abrt_rh_support.c \ +- reporter-rhtsupport.h \ +- reporter-rhtsupport-parse.c \ +- reporter-rhtsupport.c +- +-reporter_rhtsupport_CPPFLAGS = \ +- -I$(srcdir)/../include \ +- -I$(srcdir)/../lib \ +- -DBIN_DIR=\"$(bindir)\" \ +- -DCONF_DIR=\"$(CONF_DIR)\" \ +- -DLOCALSTATEDIR='"$(localstatedir)"' \ +- -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ +- -DDEBUG_INFO_DIR=\"$(DEBUG_INFO_DIR)\" \ +- -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ +- -DPLUGINS_CONF_DIR=\"$(REPORT_PLUGINS_CONF_DIR)\" \ +- -DLARGE_DATA_TMP_DIR=\"$(LARGE_DATA_TMP_DIR)\" \ +- $(GLIB_CFLAGS) \ +- $(LIBREPORT_CFLAGS) \ +- $(LIBXML_CFLAGS) \ +- -D_GNU_SOURCE +- +-reporter_rhtsupport_LDADD = \ +- $(GLIB_LIBS) \ +- $(LIBXML_LIBS) \ +- ../lib/libreport-web.la \ +- ../lib/libreport.la +- + reporter_upload_SOURCES = \ + reporter-upload.c + +@@ -956,10 +910,6 @@ reporter-print$(EXEEXT): $(reporter_print_OBJECTS) $(reporter_print_DEPENDENCIES + @rm -f reporter-print$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(reporter_print_OBJECTS) $(reporter_print_LDADD) $(LIBS) + +-reporter-rhtsupport$(EXEEXT): $(reporter_rhtsupport_OBJECTS) $(reporter_rhtsupport_DEPENDENCIES) $(EXTRA_reporter_rhtsupport_DEPENDENCIES) +- @rm -f reporter-rhtsupport$(EXEEXT) +- $(AM_V_CCLD)$(LINK) $(reporter_rhtsupport_OBJECTS) $(reporter_rhtsupport_LDADD) $(LIBS) +- + reporter-systemd-journal$(EXEEXT): $(reporter_systemd_journal_OBJECTS) $(reporter_systemd_journal_DEPENDENCIES) $(EXTRA_reporter_systemd_journal_DEPENDENCIES) + @rm -f reporter-systemd-journal$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(reporter_systemd_journal_OBJECTS) $(reporter_systemd_journal_LDADD) $(LIBS) +@@ -986,9 +936,6 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_mantisbt-mantisbt.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_mantisbt-reporter-mantisbt.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_print-reporter-print.Po@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Po@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Po@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_systemd_journal-reporter-systemd-journal.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_upload-reporter-upload.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reporter_ureport-reporter-ureport.Po@am__quote@ +@@ -1125,49 +1072,6 @@ reporter_print-reporter-print.obj: reporter-print.c + @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reporter-print.c' object='reporter_print-reporter-print.obj' libtool=no @AMDEPBACKSLASH@ + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_print_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_print-reporter-print.obj `if test -f 'reporter-print.c'; then $(CYGPATH_W) 'reporter-print.c'; else $(CYGPATH_W) '$(srcdir)/reporter-print.c'; fi` +- +-reporter_rhtsupport-abrt_rh_support.o: abrt_rh_support.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-abrt_rh_support.o -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Tpo -c -o reporter_rhtsupport-abrt_rh_support.o `test -f 'abrt_rh_support.c' || echo '$(srcdir)/'`abrt_rh_support.c +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Tpo $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='abrt_rh_support.c' object='reporter_rhtsupport-abrt_rh_support.o' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-abrt_rh_support.o `test -f 'abrt_rh_support.c' || echo '$(srcdir)/'`abrt_rh_support.c +- +-reporter_rhtsupport-abrt_rh_support.obj: abrt_rh_support.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-abrt_rh_support.obj -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Tpo -c -o reporter_rhtsupport-abrt_rh_support.obj `if test -f 'abrt_rh_support.c'; then $(CYGPATH_W) 'abrt_rh_support.c'; else $(CYGPATH_W) '$(srcdir)/abrt_rh_support.c'; fi` +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Tpo $(DEPDIR)/reporter_rhtsupport-abrt_rh_support.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='abrt_rh_support.c' object='reporter_rhtsupport-abrt_rh_support.obj' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-abrt_rh_support.obj `if test -f 'abrt_rh_support.c'; then $(CYGPATH_W) 'abrt_rh_support.c'; else $(CYGPATH_W) '$(srcdir)/abrt_rh_support.c'; fi` +- +-reporter_rhtsupport-reporter-rhtsupport-parse.o: reporter-rhtsupport-parse.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-reporter-rhtsupport-parse.o -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Tpo -c -o reporter_rhtsupport-reporter-rhtsupport-parse.o `test -f 'reporter-rhtsupport-parse.c' || echo '$(srcdir)/'`reporter-rhtsupport-parse.c +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Tpo $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reporter-rhtsupport-parse.c' object='reporter_rhtsupport-reporter-rhtsupport-parse.o' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-reporter-rhtsupport-parse.o `test -f 'reporter-rhtsupport-parse.c' || echo '$(srcdir)/'`reporter-rhtsupport-parse.c +- +-reporter_rhtsupport-reporter-rhtsupport-parse.obj: reporter-rhtsupport-parse.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-reporter-rhtsupport-parse.obj -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Tpo -c -o reporter_rhtsupport-reporter-rhtsupport-parse.obj `if test -f 'reporter-rhtsupport-parse.c'; then $(CYGPATH_W) 'reporter-rhtsupport-parse.c'; else $(CYGPATH_W) '$(srcdir)/reporter-rhtsupport-parse.c'; fi` +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Tpo $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport-parse.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reporter-rhtsupport-parse.c' object='reporter_rhtsupport-reporter-rhtsupport-parse.obj' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-reporter-rhtsupport-parse.obj `if test -f 'reporter-rhtsupport-parse.c'; then $(CYGPATH_W) 'reporter-rhtsupport-parse.c'; else $(CYGPATH_W) '$(srcdir)/reporter-rhtsupport-parse.c'; fi` +- +-reporter_rhtsupport-reporter-rhtsupport.o: reporter-rhtsupport.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-reporter-rhtsupport.o -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Tpo -c -o reporter_rhtsupport-reporter-rhtsupport.o `test -f 'reporter-rhtsupport.c' || echo '$(srcdir)/'`reporter-rhtsupport.c +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Tpo $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reporter-rhtsupport.c' object='reporter_rhtsupport-reporter-rhtsupport.o' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-reporter-rhtsupport.o `test -f 'reporter-rhtsupport.c' || echo '$(srcdir)/'`reporter-rhtsupport.c +- +-reporter_rhtsupport-reporter-rhtsupport.obj: reporter-rhtsupport.c +-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_rhtsupport-reporter-rhtsupport.obj -MD -MP -MF $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Tpo -c -o reporter_rhtsupport-reporter-rhtsupport.obj `if test -f 'reporter-rhtsupport.c'; then $(CYGPATH_W) 'reporter-rhtsupport.c'; else $(CYGPATH_W) '$(srcdir)/reporter-rhtsupport.c'; fi` +-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Tpo $(DEPDIR)/reporter_rhtsupport-reporter-rhtsupport.Po +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reporter-rhtsupport.c' object='reporter_rhtsupport-reporter-rhtsupport.obj' libtool=no @AMDEPBACKSLASH@ +-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_rhtsupport_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reporter_rhtsupport-reporter-rhtsupport.obj `if test -f 'reporter-rhtsupport.c'; then $(CYGPATH_W) 'reporter-rhtsupport.c'; else $(CYGPATH_W) '$(srcdir)/reporter-rhtsupport.c'; fi` +- + reporter_systemd_journal-reporter-systemd-journal.o: reporter-systemd-journal.c + @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reporter_systemd_journal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reporter_systemd_journal-reporter-systemd-journal.o -MD -MP -MF $(DEPDIR)/reporter_systemd_journal-reporter-systemd-journal.Tpo -c -o reporter_systemd_journal-reporter-systemd-journal.o `test -f 'reporter-systemd-journal.c' || echo '$(srcdir)/'`reporter-systemd-journal.c + @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reporter_systemd_journal-reporter-systemd-journal.Tpo $(DEPDIR)/reporter_systemd_journal-reporter-systemd-journal.Po +diff --git a/src/plugins/report_RHTSupport.xml b/src/plugins/report_RHTSupport.xml +index 112c626..6162399 100644 +--- a/src/plugins/report_RHTSupport.xml ++++ b/src/plugins/report_RHTSupport.xml +@@ -272,21 +272,21 @@ + + + +- Submit <a href="https://access.redhat.com/articles/642323">micro-report</a> when creating a new case. +- Publica el <a href="https://access.redhat.com/articles/642323">micro-informe</a> quan es creï un nou cas. +- Při vytváření nového případu odeslat <a href="https://access.redhat.com/articles/642323">mikro-report</a> +- <a href="https://access.redhat.com/articles/642323">Micro-Bericht</a> übertragen, wenn neuer Fehlerbericht erstellt wird. +- Enviar <a href="https://access.redhat.com/articles/642323">uReport</a> al crear un nuevo caso. +- Soummetre <a href="https://access.redhat.com/articles/642323">micro-report</a> lors de la création d'un nouveau dossier. +- Invia <a href="https://access.redhat.com/articles/642323">micro-report</a> quando crei un nuovo caso. +- Dien <a href="https://access.redhat.com/articles/642323">micro-report</a> in als een nieuwe bug aangemaakt wordt. +- Wyślij <a href="https://access.redhat.com/articles/642323">mikroraport</a> podczas tworzenia nowego przypadku. +- Enviar <a href="https://access.redhat.com/articles/642323">micro-report</a> quando criar um novo caso. +- Отправлять <a href="https://access.redhat.com/articles/642323">микроотчет</a> при создании нового запроса. +- Skicka en <a href="https://access.redhat.com/articles/642323">mikrorapport</a> när ett nytt ärende skapas. +- Надіслати <a href="https://access.redhat.com/articles/642323">мікрозвіт</a> під час створення нового запису випадку. +- 生成新问题单时才提交 <a href="https://access.redhat.com/articles/642323">micro-report</a>。 +- 當建立新案例時提交 <a href="https://access.redhat.com/articles/642323">micro-report</a>。 ++ Submit <a href="https://almalinux.org">micro-report</a> when creating a new case. ++ Publica el <a href="https://almalinux.org">micro-informe</a> quan es creï un nou cas. ++ Při vytváření nového případu odeslat <a href="https://almalinux.org">mikro-report</a> ++ <a href="https://almalinux.org">Micro-Bericht</a> übertragen, wenn neuer Fehlerbericht erstellt wird. ++ Enviar <a href="https://almalinux.org">uReport</a> al crear un nuevo caso. ++ Soummetre <a href="https://almalinux.org">micro-report</a> lors de la création d'un nouveau dossier. ++ Invia <a href="https://almalinux.org">micro-report</a> quando crei un nuovo caso. ++ Dien <a href="https://almalinux.org">micro-report</a> in als een nieuwe bug aangemaakt wordt. ++ Wyślij <a href="https://almalinux.org">mikroraport</a> podczas tworzenia nowego przypadku. ++ Enviar <a href="https://almalinux.org">micro-report</a> quando criar um novo caso. ++ Отправлять <a href="https://almalinux.org">микроотчет</a> при создании нового запроса. ++ Skicka en <a href="https://almalinux.org">mikrorapport</a> när ett nytt ärende skapas. ++ Надіслати <a href="https://almalinux.org">мікрозвіт</a> під час створення нового запису випадку. ++ 生成新问题单时才提交 <a href="https://almalinux.org">micro-report</a>。 ++ 當建立新案例時提交 <a href="https://almalinux.org">micro-report</a>。 + yes + + + + +- +\ No newline at end of file ++