# Poweradmin ships the self-contained upstream release (committed Composer
# vendor/ tree).

# Dedicated system user/group, created via systemd-sysusers.
addFilter("non-standard-uid .*poweradmin")
addFilter("non-standard-gid .*poweradmin")

# Upstream ships an intentionally empty Twig include.
addFilter("zero-length .*/usr/share/poweradmin/templates/.*/empty\.html")

# Self-contained app: translations live under the app's own datadir, not in a
# split -lang package.
addFilter("file-not-in-%lang .*/usr/share/poweradmin/locale/")

# %selinux_requires adds Requires(post): libselinux-utils by design.
addFilter("explicit-lib-dependency.*libselinux-utils")
