commit aaa_base for openSUSE:Factory
Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at Tue Jan 25 10:25:06 CET 2011. -------- --- aaa_base/aaa_base.changes 2011-01-19 11:14:23.000000000 +0100 +++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2011-01-25 09:48:51.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Jan 25 08:42:14 UTC 2011 - lnussel@suse.de + +- at boot make sure /etc/mtab is a symlink (bnc#665494) so + util-linux doesn't need to do it in %post +- don't wait for loop images to appear as block devices (bnc#666150) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.deddUT/_old 2011-01-25 10:24:19.000000000 +0100 +++ /var/tmp/diff_new_pack.deddUT/_new 2011-01-25 10:24:19.000000000 +0100 @@ -20,7 +20,7 @@ Name: aaa_base Version: 11.4 -Release: 21 +Release: 22 License: GPLv2+ Group: System/Fhs Provides: bin bootutls etc skeleng skelger ++++++ aaa_base.post ++++++ --- /var/tmp/diff_new_pack.deddUT/_old 2011-01-25 10:24:19.000000000 +0100 +++ /var/tmp/diff_new_pack.deddUT/_new 2011-01-25 10:24:19.000000000 +0100 @@ -141,7 +141,9 @@ # # create mtab if it does not exist # -touch /etc/mtab +if test ! -e /etc/mtab; then + ln -sf /proc/self/mounts /etc/mtab +fi # # make sure that several log files exist # ++++++ aaa_base.pre ++++++ --- /var/tmp/diff_new_pack.deddUT/_old 2011-01-25 10:24:19.000000000 +0100 +++ /var/tmp/diff_new_pack.deddUT/_new 2011-01-25 10:24:19.000000000 +0100 @@ -33,7 +33,6 @@ # deleted db2 groups and users were uids 46,47,48 and gids 46,47,48 # mkdir -p /etc -touch /etc/mtab mkdir -p /var/adm/fillup-templates echo "root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/bin/bash ++++++ aaa_base.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot.localfs new/aaa_base/etc/init.d/boot.localfs --- old/aaa_base/etc/init.d/boot.localfs 2011-01-18 17:08:33.000000000 +0100 +++ new/aaa_base/etc/init.d/boot.localfs 2011-01-21 15:18:36.000000000 +0100 @@ -87,9 +87,10 @@ mount -afnv $mount_opts 2> /dev/null | while read line ; do dev="${line%% *}" case "$line" in + mount:\ *) continue ;; # messages from mount *mounted*) continue ;; - *) test -b $dev && continue + *) test -e $dev && continue echo "${dev}" ;; esac done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot.rootfsck new/aaa_base/etc/init.d/boot.rootfsck --- old/aaa_base/etc/init.d/boot.rootfsck 2010-11-10 11:26:58.000000000 +0100 +++ new/aaa_base/etc/init.d/boot.rootfsck 2011-01-21 15:18:29.000000000 +0100 @@ -167,11 +167,8 @@ echo "root file system (/) is NOT being checked." fi fi - # start with a clean mtab and enter root fs entry if ! test -L /etc/mtab ; then - rm -f /etc/mtab* - > /etc/mtab - mount -f / + ln -sf /proc/self/mounts /etc/mtab fi ;; stop) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de