From 19e960707c69e83699577ab407415cb00b5aedc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 13 Jan 2009 23:24:27 +0000 Subject: [PATCH] Mute filename-too-long-for-joliet warnings in default config. --- rpmlint.config | 1 + rpmlint.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/rpmlint.config b/rpmlint.config index 11cf68d..593e558 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -255,3 +255,4 @@ addFilter(" doc-file-dependency .* /bin/sh$") addFilter("hardcoded-library-path .*/lib/udev(/|$)") addFilter("not-standard-release-extension") addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware)") +addFilter("filename-too-long-for-joliet") diff --git a/rpmlint.spec b/rpmlint.spec index c177288..7961fb1 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 14 2009 Ville Skyttä +- Mute filename-too-long-for-joliet warnings in default config. + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.85-3 - Rebuild for Python 2.6