runtime-cleanup: branding.logos includes the full package name

so drop the -logos left over from using product.name

Resolves: rhbz#1956205
This commit is contained in:
Brian C. Lane 2021-05-10 16:45:54 -07:00
parent 1c637a1cfe
commit af0897221d
1 changed files with 4 additions and 4 deletions

View File

@ -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()