mesa/mesa.rpmlintrc
Eugene Shatokhin 0064e7b6d6 Fixed package build problems
1. libXvMCgallium.* are now also installed although they were not meant
to before. Other libXvMC* libraries are hardlinks to it and that
confused the build system.

2. lib(64)dri-drivers has been renamed to dri-drivers: it is not a
regular shared library but rather a collection of special shared
objects.

3. Added *.rpmlintrc file to silence the complaints about
libXvMCgallium.* and dri-drivers.
2014-11-12 16:29:54 +03:00

8 lines
345 B
Text

# libXvMCr600.so.1.0.0 and libXvMCnouveau.so.1.0.0 are actually the hard
# links to libXvMCgallium.so.1.0.0 and have its soname. This confuses the
# build system.
addFilter("E: invalid-ldconfig-symlink")
# dri-drivers is a collection of special shared objects rather than a
# single shared library.
addFilter("E: incoherent-version-in-name")