Hello community,

here is the log from the commit of package webyast-status-ws for 
openSUSE:Factory
checked in at Tue May 31 16:25:32 CEST 2011.



--------
--- webyast-status-ws/webyast-status-ws.changes 2011-05-16 12:50:54.000000000 
+0200
+++ /mounts/work_src_done/STABLE/webyast-status-ws/webyast-status-ws.changes    
2011-05-27 15:42:00.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 27 13:38:54 UTC 2011 - [email protected]
+
+- taking care about s390 network (bnc#696496)
+- 0.2.10 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ webyast-status-ws.spec ++++++
--- /var/tmp/diff_new_pack.OWr4AS/_old  2011-05-31 16:24:30.000000000 +0200
+++ /var/tmp/diff_new_pack.OWr4AS/_new  2011-05-31 16:24:30.000000000 +0200
@@ -27,7 +27,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.9
+Version:        0.2.10
 Release:        1
 Summary:        WebYaST - system status service
 Source:         www.tar.bz2
@@ -53,6 +53,7 @@
 
 %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/graph.rb new/www/app/models/graph.rb
--- old/www/app/models/graph.rb 2011-05-10 13:53:10.000000000 +0200
+++ new/www/app/models/graph.rb 2011-05-27 15:35:47.000000000 +0200
@@ -146,7 +146,8 @@
                "y_decimal_places"=>0,
                "single_graphs"=>[]}
     metrics.each do |metric|
-      if metric.type == "if_packets" && metric.type_instance.start_with?("eth")
+      if metric.type == "if_packets" && 
+         (metric.type_instance.start_with?("eth") || 
metric.type_instance.start_with?("ctc"))
         metric_id = metric.id[metric.host.length+1..metric.id.length-1] #cut 
off host-id
         network["single_graphs"] << {"lines"=>[{"label"=>"received", 
"limits"=>{"max"=>"0", "min"=>"0"}, 
                                               "metric_column"=>"rx", 
"metric_id"=>metric_id}, 


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to