diff --git a/filesystem.changes b/filesystem.changes index 4d8a1b4..77dc9a6 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 16 12:44:27 CET 2011 - ro@suse.de + +- fix build whitelisting /lib/udev/devices + ------------------------------------------------------------------- Fri Jan 14 09:08:08 UTC 2011 - coolo@novell.com diff --git a/filesystem.spec b/filesystem.spec index eb15b9d..fc0bbe7 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -154,7 +154,7 @@ NON_EXISTING_DIR= for FILE in `rpm -ql aaa_base` ; do test -d $FILE && continue case $FILE in - /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*) + /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*|/lib/udev/devices/*) continue ;; esac