lint: ignore obsolete-not-provided git-gnome-keyring

The git-gnome-keyring package was obsoleted in 2d1c8b1 ("Remove obsolete
gnome-keyring credential helper", 2018-01-09).  Silence the rpmlint
warning.
This commit is contained in:
Todd Zullinger 2018-02-08 13:13:57 -05:00
parent cfcd10ad91
commit 144ee1f802

View File

@ -15,3 +15,6 @@ addFilter("git-gui.noarch: W: desktopfile-without-binary /usr/share/applications
# ignore no doc/manpage warnings where we don't expect any documentation
addFilter("git-(all|core|gnome-keyring)\..*: W: no-documentation")
addFilter("git-core\..*: W: no-manual-page-for-binary")
# nothing provides git-gnome-keyring, it's simply obsolete
addFilter("git.* obsolete-not-provided git-gnome-keyring")