boo#1167431 OBS-URL: https://build.opensuse.org/request/show/789123 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=12
12 lines
550 B
Plaintext
12 lines
550 B
Plaintext
# no need for old init-script:
|
|
addFilter("suse-missing-rclink orthanc");
|
|
# end-of-line is not really a pain:
|
|
addFilter("wrong-file-end-of-line-encoding /usr/share/doc/packages/orthanc/Samples/CppHelpers/README.md");
|
|
# some python files are installed under 'examples'
|
|
# they should be adjusted
|
|
addFilter("env-script-interpreter");
|
|
# false positive
|
|
addFilter("script-without-shebang /etc/orthanc/Configuration.json");
|
|
addFilter("script-without-shebang /etc/orthanc/worklists.json");
|
|
addFilter("script-without-shebang /etc/orthanc/serve-folders.json");
|