1
0
forked from rpms/plymouth
plymouth/plymouth.rpmlintrc
Hans de Goede e2974622bf Drop our private plymouth-update-initrd copy, it is identical to upstream
New upstream git snapshot, with the following fixes:
Tweaks to the spinner/bgrt themes to match the gdm/gnome-shell lock screen
  password entry style tweaks done in GNOME 3.34
Move the keyboard layout and capslock indicator closer to the text field
Fix flickering below spinner on hidpi displays:
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/83
Add logrotate file for /var/log/boot.log so that it does not grow endlessly:
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/31
Some bgrt fixes for devices with non-upright mounted LCD panels
2019-10-23 01:41:40 +02:00

11 lines
455 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")