File steam.rpmlintrc of Package steam

# This is `rpmlintrc` file for the Steam package to suppress explicit-lib-dependency errors
# due to Steam being a pre-built binary requiring specific library versions.

# The 2 WARNINGS (position-independent-executable-suggested) are intentionally not suppressed,
# as noted in the original file, to highlight the use of pre-compiled binaries.

# Suppress explicit-lib-dependency errors for 'steam' and any sub-package of 'steam'.
# Rpmlint errors for this look like:
#   steam.x86_64: E: explicit-lib-dependency libname
# The filter matches:
#   Package regex: "steam.*" (e.g., steam.x86_64, steam.noarch, steam.src)
#   Error message regex: "explicit-lib-dependency" followed by any characters (the library name).

addFilter("steam.* explicit-lib-dependency.*")
openSUSE Build Service is sponsored by