Ignore rpmlint warning when git-p4 is obsoleted

When python2 is not available the git-p4 package is obsoleted.  Ignore
the subsequent rpmlint "obsolete-not-provided" warning.
This commit is contained in:
Todd Zullinger 2018-09-05 00:49:13 -04:00
parent 5032bef960
commit 9c32e2fbfb

View File

@ -19,4 +19,5 @@ addFilter("perl-Git-SVN.noarch: 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")
# similarly ignore the warning when git-p4 is disabled
addFilter("git.* obsolete-not-provided git-(gnome-keyring|p4)")