From af0897221dfba401b644d226b2eee075a1dcad5c Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 10 May 2021 16:45:54 -0700 Subject: [PATCH] runtime-cleanup: branding.logos includes the full package name so drop the -logos left over from using product.name Resolves: rhbz#1956205 --- 80-rhel/runtime-cleanup.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index fd7bc9f..f9991ec 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -326,10 +326,10 @@ removefrom xorg-x11-server-utils --allbut /usr/bin/xrandr /usr/share/X11/rgb.txt removefrom yum /etc/* /usr/share/locale/* /usr/share/yum-cli/* %if branding.release: - removefrom ${branding.logos}-logos /usr/share/plymouth/* - removefrom ${branding.logos}-logos /etc/* - removefrom ${branding.logos}-logos /usr/share/icons/{Bluecurve,oxygen}/* - removefrom ${branding.logos}-logos /usr/share/{firstboot,gnome-screensaver,kde4,pixmaps}/* + removefrom ${branding.logos} /usr/share/plymouth/* + removefrom ${branding.logos} /etc/* + removefrom ${branding.logos} /usr/share/icons/{Bluecurve,oxygen}/* + removefrom ${branding.logos} /usr/share/{firstboot,gnome-screensaver,kde4,pixmaps}/* %endif ## cleanup_python_files()