From 18f85d4c107312db8ebd36b769fbda3f12dac1e1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 3 Jun 2024 17:36:36 +0200 Subject: [PATCH] Drop libreport from templates With libreport going away from RHEL 10, lets remove any references to if from the image generation templates, so that the package can be removed from the distro. Resolves: RHEL-39794 --- 80-rhel/runtime-cleanup.tmpl | 1 - 80-rhel/runtime-install.tmpl | 3 --- 2 files changed, 4 deletions(-) diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index b3b7f4b..acc8950 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -299,7 +299,6 @@ removefrom procps-ng /usr/bin/vmstat /usr/bin/w /usr/bin/watch removefrom psmisc /usr/share/locale/* removefrom python3-kickstart /usr/lib/python*/site-packages/pykickstart/locale/* removefrom readline /usr/${libdir}/libhistory* -removefrom libreport /usr/share/locale/* removefrom rdma-core /etc/rdma/mlx4.conf removefrom rpm /usr/bin/* /usr/share/locale/* removefrom rsync /etc/* diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index b2d3abd..6ad3350 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -152,9 +152,6 @@ installpkg google-noto-sans-cjk-fonts ## debugging/bug reporting tools installpkg gdb-gdbserver -installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader -# Not available in ELN, must be enabled in RHEL -#installpkg libreport-rhel-anaconda-bugzilla installpkg python3-pyatspi ## extra tools not required by anaconda