Accepting request 139536 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/139536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=107
This commit is contained in:
Stephan Kulow 2012-10-31 12:53:34 +00:00 committed by Git OBS Bridge
commit 196e57c4b0
5 changed files with 18 additions and 7 deletions

View File

@ -87,7 +87,6 @@
0755 root root /usr/include
0755 root root /usr/include/X11
0755 root root /usr/lib
0755 root root /usr/lib/tmpfiles.d
0755 root root /usr/lib/X11
0755 root root /usr/lib/lsb
0755 root root /usr/lib/news
@ -187,5 +186,3 @@
0755 root root /var/opt
0700 root root /var/adm/update-scripts
0700 root root /var/adm/update-messages
1775 root lock /var/lock
0755 root root /var/run

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 20 09:03:48 UTC 2012 - coolo@suse.com
- remove get_version_number.sh, it's unused since ages
-------------------------------------------------------------------
Mon Oct 15 10:47:36 UTC 2012 - aj@suse.de
- Revert last change since aaa_base removed /usr/lib/tmpfiles.d.
-------------------------------------------------------------------
Fri Oct 12 14:25:04 UTC 2012 - coolo@suse.com

View File

@ -1,4 +1,6 @@
# links to be created
../run /var/run
../run/lock /var/lock
init.d /etc/rc.d
../var/tmp /usr/tmp
../lock /var/spool/locks

View File

@ -167,7 +167,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/*|/lib/udev/devices/*)
/sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*)
continue
;;
/usr/share/doc/packages/aaa_base/*|/lib/aaa_base/*)
@ -187,6 +187,10 @@ test -n "$NON_EXISTING_DIR" && {
%pre -p <lua>
os.remove ("/usr/include/X11")
os.remove ("/usr/lib/X11")
os.execute ("mountpoint -q /var/lock && umount -l /var/lock")
os.rename ("/var/lock","/var/lock.migrated")
os.execute ("mountpoint -q /var/run && umount -l /var/run")
os.rename ("/var/run","/var/run.migrated")
%files -f filesystem.list

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo ${BUILD_DISTRIBUTION_VERSION%-*}