SHA256
1
0
forked from pool/filesystem

- fix build whitelisting /lib/udev/devices

OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=43
This commit is contained in:
Ruediger Oertel 2011-02-16 11:44:41 +00:00 committed by Git OBS Bridge
parent 6f4acf8a57
commit ad4f9c5bf2
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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