2022-03-07 11:54:14 +01:00
|
|
|
# lto go home you're drunk
|
|
|
|
addFilter("lto-no-text-in-archive")
|
|
|
|
|
|
|
|
# another false positive
|
|
|
|
# [ 40s] sdl12_compat-devel.x86_64: E: no-library-dependency-for /usr/lib64/libSDL-1.2.so
|
|
|
|
# [ 40s] The package misses dependency on a library package that provides the shared
|
|
|
|
# [ 40s] library.
|
|
|
|
addFilter("no-library-dependency-for")
|
2022-03-07 12:21:47 +01:00
|
|
|
|
|
|
|
# oddly, shlib policy check does not complain despite an (intentional) violation
|
|
|
|
# of this with %lname
|