From 5841467c4ed504c4e19da888c6f0927646948d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 7 Nov 2012 09:33:35 +0100 Subject: [PATCH] Teach rpmlint --- .rpmlint | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..3f3998a --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (libc|syslogd)");