Ignore 'no-documentation' in debugsource packages

The no-documentation warning has been ignored for debuginfo packages
since 2006 (503da0b, rpmlint-0.76).
This commit is contained in:
Todd Zullinger 2018-04-18 12:37:02 -04:00
parent f148d64da6
commit 40e157a58e
2 changed files with 4 additions and 1 deletions

View File

@ -391,7 +391,7 @@ addFilter("non-versioned-file-in-library-package")
addFilter("requires-on-release")
addFilter("jar-not-indexed")
addFilter("outside-libdir-files")
addFilter("-debuginfo.* no-documentation")
addFilter("-debug(info|source).* no-documentation")
addFilter("-debuginfo.* /usr/lib/debug/")
addFilter("non-standard-dir-in-usr libexec")
addFilter("^gpg-pubkey:")

View File

@ -135,6 +135,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
%{_mandir}/man1/rpmlint.1*
%changelog
* Wed Apr 18 2018 Todd Zullinger <tmz@pobox.com>
- Ignore 'no-documentation' in debugsource packages
* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-11
- disable library-without-ldconfig-postin/postun checks (F28+)