lint: ignore "no-binary" warning for main git package
Making the main package noarch is not trivial since we have arch-specific subpackages. (I'm not sure it's even possible.) As noted in5c331b2
(fix/quiet rpmlint issues from libsecret split, 2020-04-05), when libsecret was split into a subpackage in9d91bab
(split libsecret credential helper into a subpackage (#1804741), 2020-02-19), it removed the only remaining binary from the main package.
This commit is contained in:
parent
858ea85cce
commit
ce1d42aa54
@ -10,6 +10,10 @@ addFilter("git(-core-doc)?\..*: W: dangling-relative-symlink /usr/share/doc/git/
|
||||
# git-gui requires git, which provides the git binary
|
||||
addFilter("git-gui.noarch: W: desktopfile-without-binary /usr/share/applications/git-gui.desktop git")
|
||||
|
||||
# ignore no binary warning for main git package; making it noarch isn't trivial
|
||||
# since we have arch-specific subpackages
|
||||
addFilter("git\..*: E: no-binary$")
|
||||
|
||||
# ignore no doc/manpage warnings where we don't expect any documentation
|
||||
addFilter("git-(all|core|credential-libsecret)\..*: W: no-documentation")
|
||||
addFilter("perl-Git-SVN.noarch: W: no-documentation")
|
||||
|
Loading…
Reference in New Issue
Block a user