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 Mon Aug 31 21:31:33 CEST 2009. -------- --- aaa_base/aaa_base.changes 2009-08-04 17:45:52.000000000 +0200 +++ aaa_base/aaa_base.changes 2009-08-31 12:45:38.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 31 12:44:01 CEST 2009 - ro@suse.de + +- boot.clock: + check if system timezone already set by initrd (bnc#534816) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.2FcSOY/_old 2009-08-31 21:30:54.000000000 +0200 +++ /var/tmp/diff_new_pack.2FcSOY/_new 2009-08-31 21:30:54.000000000 +0200 @@ -28,7 +28,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv AutoReqProv: on Version: 11.2 -Release: 36 +Release: 37 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 ++++++ aaa_base.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot.clock new/aaa_base/etc/init.d/boot.clock --- old/aaa_base/etc/init.d/boot.clock 2009-07-22 15:21:55.000000000 +0200 +++ new/aaa_base/etc/init.d/boot.clock 2009-08-31 12:43:53.000000000 +0200 @@ -150,7 +150,9 @@ else # Remove any /etc/adjtime left over test -e /etc/adjtime && rm -f /etc/adjtime - rtc_rule /sbin/hwclock --systz $HWCLOCK --noadjfile + SYSTZ="--systz" + test -e /dev/shm/warpclock && SYSTZ="" + rtc_rule /sbin/hwclock $SYSTZ $HWCLOCK --noadjfile fi rc_status -v ;; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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