mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-07-31 01:44:05 +02:00
9 lines
514 B
Plaintext
9 lines
514 B
Plaintext
# Groups are no longer used for osfamily RedHat, but we provide those for osfamily SUSE
|
|
addFilter("W: non-standard-group .*")
|
|
# Subpackage is a common term for us
|
|
addFilter("W: spelling-error .* subpackage .*")
|
|
# This are runtime libraries and not for devel
|
|
addFilter("W: devel-file-in-non-devel-package .*")
|
|
# We decided to provide a more secure default and configuration file is not in the same package
|
|
addFilter("W: crypto-policy-non-compliance-openssl /usr/lib64/icinga2/libbase.so.* SSL_CTX_set_cipher_list")
|