Ignore /usr/src/debug/ in debugsource packages
We have ignored /usr/lib/debug in debuginfo packages, since 2006
(503da0b
, rpmlint-0.76). Treat /usr/src/debug in debugsource equally.
This commit is contained in:
parent
40e157a58e
commit
0a7af54e25
@ -393,6 +393,7 @@ addFilter("jar-not-indexed")
|
|||||||
addFilter("outside-libdir-files")
|
addFilter("outside-libdir-files")
|
||||||
addFilter("-debug(info|source).* no-documentation")
|
addFilter("-debug(info|source).* no-documentation")
|
||||||
addFilter("-debuginfo.* /usr/lib/debug/")
|
addFilter("-debuginfo.* /usr/lib/debug/")
|
||||||
|
addFilter("-debugsource.* /usr/src/debug/")
|
||||||
addFilter("non-standard-dir-in-usr libexec")
|
addFilter("non-standard-dir-in-usr libexec")
|
||||||
addFilter("^gpg-pubkey:")
|
addFilter("^gpg-pubkey:")
|
||||||
addFilter(" doc-file-dependency .* /bin/sh$")
|
addFilter(" doc-file-dependency .* /bin/sh$")
|
||||||
|
@ -137,6 +137,7 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 18 2018 Todd Zullinger <tmz@pobox.com>
|
* Wed Apr 18 2018 Todd Zullinger <tmz@pobox.com>
|
||||||
- Ignore 'no-documentation' in debugsource packages
|
- Ignore 'no-documentation' in debugsource packages
|
||||||
|
- Ignore /usr/src/debug/ in debugsource packages
|
||||||
|
|
||||||
* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-11
|
* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-11
|
||||||
- disable library-without-ldconfig-postin/postun checks (F28+)
|
- disable library-without-ldconfig-postin/postun checks (F28+)
|
||||||
|
Loading…
Reference in New Issue
Block a user