Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-02-07 09:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2013-02-04 
19:25:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-02-07 
09:45:04.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb  6 12:23:57 UTC 2013 - wer...@suse.de
+
+- Do not override /etc/adjtime if HWCLOCK is already gone (bnc#791485)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base-12.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/aaa_base.post 
new/aaa_base-12.3/aaa_base.post
--- old/aaa_base-12.3/aaa_base.post     2013-02-04 11:49:15.000000000 +0100
+++ new/aaa_base-12.3/aaa_base.post     2013-02-06 13:22:19.000000000 +0100
@@ -45,11 +45,11 @@
 # forwarded to /etc/adjtime, the file used by hwclock(8) and\
 # systemd(1) as reference for the CMOS/HW clock.\
 ' /etc/sysconfig/clock
+       case "$HWCLOCK" in
+       *-l*) sed -ri 's@^UTC$@LOCAL@' /etc/adjtime ;;
+       *)    sed -ri 's@^LOCAL$@UTC@' /etc/adjtime ;;
+       esac
     fi
-    case "$HWCLOCK" in
-    *-l*) sed -ri 's@^UTC$@LOCAL@' /etc/adjtime ;;
-    *)   sed -ri 's@^LOCAL$@UTC@' /etc/adjtime ;;
-    esac
 fi
 
 %{fillup_and_insserv -y boot.localnet}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to