forked from pool/filesystem
Accepting request 79586 from Base:System
- remove dirs that are clearly aaa_base specific OBS-URL: https://build.opensuse.org/request/show/79586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=87
This commit is contained in:
commit
09f0f67ef2
@ -56,7 +56,6 @@
|
||||
0755 root root /etc/xinetd.d
|
||||
0755 root root /home
|
||||
0755 root root /lib
|
||||
0755 root root /lib/aaa_base
|
||||
0755 root root /lib/YaST
|
||||
0755 root root /lib/lsb
|
||||
0755 root root /lib/modules
|
||||
@ -121,7 +120,6 @@
|
||||
0755 root root /usr/share/dict
|
||||
0755 root root /usr/share/doc
|
||||
0755 root root /usr/share/doc/packages
|
||||
0755 root root /usr/share/doc/packages/aaa_base
|
||||
0755 root root /usr/share/locale
|
||||
0755 root root /usr/share/man
|
||||
0755 root root /usr/share/man/man1
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 16:22:51 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- remove dirs that are clearly aaa_base specific
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 09:56:31 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -160,6 +160,9 @@ for FILE in `rpm -ql aaa_base` ; do
|
||||
/sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*|/lib/udev/devices/*)
|
||||
continue
|
||||
;;
|
||||
/usr/share/doc/packages/aaa_base/*|/lib/aaa_base/*)
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
test -d $RPM_BUILD_ROOT/`dirname $FILE` || {
|
||||
echo `dirname $FILE` for $FILE is not in filesystem.
|
||||
|
Loading…
Reference in New Issue
Block a user