Filter out more not-that-useful messages in the default config.
This commit is contained in:
parent
c4857dd4f0
commit
c768a45a1a
@ -86,3 +86,8 @@ addFilter("E: .* invalid-build-requires .*")
|
|||||||
addFilter("E: .* no-packager-tag")
|
addFilter("E: .* no-packager-tag")
|
||||||
addFilter("W: .* ghost-files-without-postin")
|
addFilter("W: .* ghost-files-without-postin")
|
||||||
addFilter("W: .* postin-without-ghost-file-creation .*")
|
addFilter("W: .* postin-without-ghost-file-creation .*")
|
||||||
|
addFilter("W: .* no-major-in-name .*")
|
||||||
|
addFilter("E: .* executable-in-library-package .*")
|
||||||
|
addFilter("E: .* no-signature")
|
||||||
|
addFilter("E: .* non-versioned-file-in-library-package .*")
|
||||||
|
addFilter("E: .* requires-on-release .*")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.69
|
Version: 0.69
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.69-3
|
||||||
|
- Filter out more not-that-useful messages in the default config.
|
||||||
|
|
||||||
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.69-2
|
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.69-2
|
||||||
- 0.69.
|
- 0.69.
|
||||||
- Simplify bash-completion snippet installation, remove triggers.
|
- Simplify bash-completion snippet installation, remove triggers.
|
||||||
|
Loading…
Reference in New Issue
Block a user