bb1e62e40c
resulting from the Factory-inclusion security review and already accepted by upstream. - Stop suppressing linter warning for the PolicyKit priviledge escalation. This has been properly handled via boo#1093979 now. - Suppress false positive lintian caused by a % symbol in the description of the libgamemodeauto library. OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=4
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
# Libgamemodeauto loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('libgamemodeauto.* explicit-lib-dependency libgamemode')
|
|
|
|
# Libgamemodeauto actually has a % in its description.
|
|
addFilter('libgamemodeauto.* unexpanded-macro %description -l C %command')
|