Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2014-02-28 16:21:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2014-02-05 16:29:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2014-02-28 16:21:28.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 20 16:29:33 CET 2014 - [email protected] + +- test for existence before trying to modify /etc/sysconfig/clock + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.urlAc5/_old 2014-02-28 16:21:29.000000000 +0100 +++ /var/tmp/diff_new_pack.urlAc5/_new 2014-02-28 16:21:29.000000000 +0100 @@ -87,7 +87,9 @@ exit 0 fi sed -i -e "s@^PERMISSION_SECURITY=.*@PERMISSION_SECURITY=\"secure\"@" /etc/sysconfig/security +if [ -f /etc/sysconfig/clock ] ; then sed -i -e "s@^TIMEZONE=.*@TIMEZONE=\"UTC\"@" /etc/sysconfig/clock +fi UNAME=/bin/uname if test -f /usr/bin/uname ; then UNAME=/usr/bin/uname -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
