From 6269069f2710198b3cfd71399ef79e8fdb56bc61 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mar 23 2018 23:28:10 +0000 Subject: Fix audio/ui module dependencies --- diff --git a/qemu.spec b/qemu.spec index 69d6bcd..66c9700 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1251,9 +1251,9 @@ for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \ if file $f | grep -q ELF | grep -q -i shared; then chrpath --delete $f; fi done -# We need to make the block device modules executable else +# We need to make the modules executable else # RPM won't pick up their dependencies. -chmod +x %{buildroot}%{_libdir}/qemu/block-*.so +chmod +x %{buildroot}%{_libdir}/qemu/*.so %check