From ec4c1c00f37ef0ba2c93787a06f8aa6c604b0124 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 20 May 2021 10:20:42 -0700 Subject: [PATCH] runtime-cleanup: libvorbis is still pulled in by dependencies rvykydal pointed out that libvorbis is still pulled in via gnome-kiosk dependencies so keep the removefrom line and update the comment. Related: rhbz#1961099 --- 80-rhel/runtime-cleanup.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index e2cc84a..3b1636b 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -361,3 +361,6 @@ removepkg geoclue2 ## And remove the packages that those extra libraries pulled in removepkg cdparanoia-libs opus libtheora libvisual flac-libs gsm avahi-glib avahi-libs \ ModemManager-glib + +## gnome-kiosk dependencies require libvorbis and libvorbisfile, but enc/dec are no longer needed +removefrom libvorbis --allbut /usr/${libdir}/libvorbisfile.* /usr/${libdir}/libvorbis.*