998603c009
OBS-URL: https://build.opensuse.org/request/show/594077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=72
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("gnucash.* devel-file-in-non-devel-package .*/usr/lib.*\.so")
|
|
addFilter("gnucash.* non-executable-script .*/usr/share/gnucash/python/pycons/.*\.py")
|
|
# Splitting the shared libs is not desired at the moment
|
|
addFilter("gnucash.* shlib-policy-missing-suffix") |