bf5693576a
- Drop unused rpmlint filter. OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=37
13 lines
610 B
Plaintext
13 lines
610 B
Plaintext
# In a perfect world this would be a noarch package. But we cannot make the main package
|
|
# noarch as the sub-packages are architecture dependent.
|
|
addFilter('gamemode.* no-binary')
|
|
|
|
# gamemoderun loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('gamemode.* explicit-lib-dependency libgamemodeauto')
|
|
|
|
# Gamemode actually has a % in its description.
|
|
addFilter('gamemode.* unexpanded-macro %description -l C %command')
|
|
|
|
# Libgamemodeauto loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('libgamemodeauto.* explicit-lib-dependency libgamemode')
|