plymouth/plymouth.rpmlintrc
Hans de Goede 0c49f34d21 Revert patch to immediately switch to text mode on first renderer plugin error (#2270030)
This fixes unwanted text mode when drm-plugin init races with simpledrm
unregistration

Resolves: rhbz#2270030
2024-05-14 21:45:24 -04:00

17 lines
725 B
Plaintext

addFilter("incorrect-fsf-address")
addFilter("no-manual-page-for-binary")
addFilter("no-documentation")
# Spinfinity has a symlink to /usr/share/pixmaps/system-logo-white.png
addFilter("dangling-symlink")
# Suppress the error from the ghosted /var/lib/plymouth/boot-duration file
addFilter("non-readable")
# Upstream (and RHEL) has named the logrotate file after the logfilename
# rather then after the package-name
addFilter("incoherent-logrotate-file")
# No provides, the throbgress plugin has been removed upstream
addFilter("obsolete-not-provided plymouth-plugin-throbgress")
# Some files are shared between themes
addFilter("files-duplicate")
# Some of our packages have no binaries, this is fine
addFilter("no-binary")