On 02/08/16 11:58, Sérgio Basto wrote:
Hello,
How are you ? RPM Fusion is back in business ! Congratulations all, now
it leftover some minor adjustments , kwizart may be many things, let me
know, how I should report it and if are quick or long tasks, please.
1. VirtualBox provides libGL.so
rpm -q --provides VirtualBox-guest-additions , got libEGL.so.1 and
libGL.so.1 ,
for IRC "nchauvet: sergiomb, both EGL and GL are replaced, the name of
the path name doesn't count, only the internal soname count (readelf -a
/usr/lib64/VBoxEGL.so |grep SONAME)
nchauvet: for now I can't provide this package, you will need to filter
theses dependencies and make sure they will confict with other libgl
providers (such as nvidia)"
In a vm guest system, we shouldn't install nvidia drives , because it
uses vboxvideo drive .
is enough remove provides of RPM ? using
%global __requires_exclude ^libEGL.so.1
%global __requires_exclude %__requires_exclude|^libGL.so.1
s/__requires_exclude/__provides_exclude/g
That should be OK proving there's no other filtering going on elsewhere
in the spec. Can check easily enough by building the package with and
without the filters and then using rpmdiff to compare the two sets of
packages.
Paul.