Fix audio/ui module dependencies

This commit is contained in:
Cole Robinson 2018-03-23 19:28:10 -04:00
parent 3930e8ff37
commit 6269069f27
1 changed files with 2 additions and 2 deletions

View File

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