[master 3/4] Add back libraries needed by spice-vdagent

dashea installerbot-noreply at redhat.com
Mon Jul 20 13:41:27 UTC 2015


From: David Shea <dshea at redhat.com>

spice-vdagent, half of the thing that lets copy/paste work across a
spice connection, added sound support, I guess, so now we need
alsa-libs.
---
 share/runtime-cleanup.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 4a7ea5d..8100d16 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -10,7 +10,8 @@ remove usr/share/i18n
     removepkg perl*
 %endif
 ## no sound support, thanks
-removepkg alsa* flac gstreamer-tools libsndfile pulseaudio* sound-theme-freedesktop
+## ...except alsa-libs, which are needed by spice-vdagent
+removepkg alsa-*firmware* flac gstreamer-tools libsndfile pulseaudio* sound-theme-freedesktop
 removepkg midisport-firmware
 ## no fancy video, either
 removepkg libcrystalhd crystalhd-firmware ivtv-firmware cx18-firmware


-- 
To view this commit on github, visit https://github.com/rhinstaller/lorax/commit/63994028add2117119c3098425e8fef0131e0f6d


More information about the anaconda-patches mailing list