Hello community, here is the log from the commit of package webyast-time-ws for openSUSE:Factory checked in at Tue Oct 18 14:33:02 CEST 2011.
-------- --- openSUSE:Factory/webyast-time-ws/webyast-time-ws.changes 2011-09-23 12:50:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-time-ws/webyast-time-ws.changes 2011-05-31 14:16:22.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 31 11:39:55 UTC 2011 - [email protected] + +- WebYast - Failed to configure time by webyast manually on s390x (bnc#696856) +- 0.2.3 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-time-ws.spec ++++++ --- /var/tmp/diff_new_pack.RMxsjX/_old 2011-10-18 14:32:59.000000000 +0200 +++ /var/tmp/diff_new_pack.RMxsjX/_new 2011-10-18 14:32:59.000000000 +0200 @@ -26,8 +26,8 @@ Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.2 -Release: 1 +Version: 0.2.3 +Release: 0 Summary: WebYaST - time management Source: www.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,7 +51,6 @@ # %package testsuite - Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: webyast-base-ws-testsuite ++++++ www.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/models/systemtime.rb new/www/app/models/systemtime.rb --- old/www/app/models/systemtime.rb 2011-04-11 12:49:05.000000000 +0200 +++ new/www/app/models/systemtime.rb 2011-05-31 13:59:26.000000000 +0200 @@ -42,6 +42,7 @@ attr_accessor :utcstatus validates_inclusion_of :utcstatus, :in => [true,false], :allow_nil => true attr_accessor :timezones + attr_accessor :hwclock # do not massload timezones, as it is read-only attr_protected :timezones @@ -95,6 +96,7 @@ ret = Systemtime.new() ret.parse_response YastService.Call("YaPI::TIME::Read",create_read_question) ret.timezone = "Europe/Prague" if ret.timezone.blank? #last fallback if everything fail #bnc582166 + File.exist?("/sbin/hwclock") ? ret.hwclock = true : ret.hwclock = false return ret end continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
