Filter rpmlint complaint about %{_emacs_version}
We BR emacs which requires emacs-common and provides %{_emacs_version}.
This commit is contained in:
parent
93e9ed05e4
commit
dc9c346ade
1 changed files with 3 additions and 0 deletions
|
|
@ -21,3 +21,6 @@ addFilter("git-core\..*: W: no-manual-page-for-binary")
|
|||
# nothing provides git-gnome-keyring, it's simply obsolete
|
||||
# similarly ignore the warning when git-cvs and git-p4 are disabled
|
||||
addFilter("git.* obsolete-not-provided git-(cvs|gnome-keyring|p4)")
|
||||
|
||||
# we BR emacs which requires emacs-common and provides %{_emacs_version}
|
||||
addFilter("git.(spec|src): .* Possible unexpanded macro in: Requires:.*emacs-filesystem >= %{_emacs_version}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue