Filter out more not-that-useful messages in the default config.

This commit is contained in:
Ville Skyttä 2005-05-26 15:24:10 +00:00
parent c4857dd4f0
commit c768a45a1a
2 changed files with 9 additions and 1 deletions

View File

@ -86,3 +86,8 @@ addFilter("E: .* invalid-build-requires .*")
addFilter("E: .* no-packager-tag")
addFilter("W: .* ghost-files-without-postin")
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 .*")

View File

@ -1,6 +1,6 @@
Name: rpmlint
Version: 0.69
Release: 2
Release: 3
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%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
- 0.69.
- Simplify bash-completion snippet installation, remove triggers.