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:
parent
5032bef960
commit
9c32e2fbfb
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user