# This file is used to suppress rpmlint warnings/errors that are unavoidable
# for the cloudflare_warp package, as it contains pre-compiled binaries.

# Some binaries/libraries are missing .hash or .gnu.hash sections.
addFilter("missing-hash-section")
addFilter("missing-gnu-hash-section")

# Some libraries are missing a soname.
addFilter("no-soname")

# Some shared libraries are reported as not executable.
addFilter("shared-library-not-executable")

# The vendor binaries contain RPATHs pointing to their build environment.
addFilter("binary-or-shlib-defines-rpath")

# We explicitly require some GUI libs to ensure stability.
addFilter("explicit-lib-dependency")
