diff --git a/rpmlint-fedora-config b/rpmlint-fedora-config index 46c9e22..c3f0903 100644 --- a/rpmlint-fedora-config +++ b/rpmlint-fedora-config @@ -74,6 +74,10 @@ setOption("ValidShells", ( "/usr/bin/perl", "/usr/bin/python", )) +setOption("DanglingSymlinkExceptions", ( + ['consolehelper$', 'usermode'], + ['consolehelper-gtk$', 'usermode-gtk'], +)) # Output filters addFilter("W: .* source-or-patch-not-[bg]zipped .*") diff --git a/rpmlint.spec b/rpmlint.spec index b773903..c134570 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -88,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 13 2005 Ville Skyttä +- Add dangling symlink exceptions tuned for Fedora to default config + (partially fixes #165839). + * Wed Aug 10 2005 Ville Skyttä - 0.71-1 - 0.71, confmsg patch and bits from initvars patch applied upstream. - Filter out Mandriva-specific errors about missing locales-* deps (#165457).