From 44edccffe2b35f8748a6933317d68a5bb89d2101 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Oct 03 2018 20:16:44 +0000 Subject: Add rpmlint config Filter expected rpmlint warnings. New warnings and errors will now stand out. --- diff --git a/libgpod.rpmlintrc b/libgpod.rpmlintrc new file mode 100644 index 0000000..5af326d --- /dev/null +++ b/libgpod.rpmlintrc @@ -0,0 +1,16 @@ +from Config import addFilter + +# libgpod is unlikely to be updated to fix the license file +addFilter("incorrect-fsf-address .*/COPYING") + +# the README.SysInfo file documents the usage of this command +addFilter("libgpod.*: W: no-manual-page-for-binary ipod-read-sysinfo-extended") + +# documention is in libgpod-doc +addFilter("libgpod-(devel|sharp).*: W: no-documentation") + +# only-non-binary-in-usr-lib is expected for mono packages +addFilter("libgpod-sharp.*: W: only-non-binary-in-usr-lib") + +# ignore spelling errors +addFilter("libgpod.*: W: spelling-error %description .* (playlists|playcounts|podcasts)")