From c768a45a1a8c5e271c7b9ef9f4197aa19bd8cede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 26 May 2005 15:24:10 +0000 Subject: [PATCH] Filter out more not-that-useful messages in the default config. --- rpmlint-fedora-config | 5 +++++ rpmlint.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rpmlint-fedora-config b/rpmlint-fedora-config index e8a1c1a..6234941 100644 --- a/rpmlint-fedora-config +++ b/rpmlint-fedora-config @@ -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 .*") diff --git a/rpmlint.spec b/rpmlint.spec index dc7fa7b..c941e11 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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ä - 0.69-3 +- Filter out more not-that-useful messages in the default config. + * Sat Apr 16 2005 Ville Skyttä - 0.69-2 - 0.69. - Simplify bash-completion snippet installation, remove triggers.