- Add dangling symlink exceptions tuned for Fedora to default config

(partially fixes #165839).
This commit is contained in:
Ville Skyttä 2005-08-13 05:57:35 +00:00
parent 0bd46f0df3
commit d10120cbdd
2 changed files with 8 additions and 0 deletions

View File

@ -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 .*")

View File

@ -88,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Aug 13 2005 Ville Skyttä <ville.skytta at iki.fi>
- Add dangling symlink exceptions tuned for Fedora to default config
(partially fixes #165839).
* Wed Aug 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.71-1
- 0.71, confmsg patch and bits from initvars patch applied upstream.
- Filter out Mandriva-specific errors about missing locales-* deps (#165457).