# to be used as a last resort
addFilter("shlib-fixed-dependency")

# Since SPDX release 2.0, "GPL-2.0-with-autoconf-exception" has
# been deprecated in favour of license exceptions used with the
# "WITH" operator, which results in the build failing due to twelve
# violations of:
#   invalid-license (Badness: 100000) GPL-2.0-with-autoconf-exception
# In order to fix this, we can either carry another downstream patch
# to ceph to tweak the licenses in the spec file, or we can just
# squash the invalid-license failure.
setBadness("invalid-license", 0)
