3dcc4cc01c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/plymouth#5e8a7c8cc9df9a8c2d33e28c5492eaae99a6aafb
12 lines
582 B
Plaintext
12 lines
582 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("W: obsolete-not-provided plymouth-plugin-throbgress") |