Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2014-07-16 16:19:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2014-07-08 13:02:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2014-07-16 16:22:23.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 15 10:17:03 UTC 2014 - [email protected]
+
+- BNC#885018. Change "two_node" to "0" when using default value.
+- Version 3.1.12
+
+-------------------------------------------------------------------

Old:
----
  yast2-cluster-3.1.11.tar.bz2

New:
----
  yast2-cluster-3.1.12.tar.bz2

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

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.GVcXn8/_old  2014-07-16 16:22:24.000000000 +0200
+++ /var/tmp/diff_new_pack.GVcXn8/_new  2014-07-16 16:22:24.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-cluster-3.1.11.tar.bz2 -> yast2-cluster-3.1.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.11/package/yast2-cluster.changes 
new/yast2-cluster-3.1.12/package/yast2-cluster.changes
--- old/yast2-cluster-3.1.11/package/yast2-cluster.changes      2014-07-07 
09:52:32.000000000 +0200
+++ new/yast2-cluster-3.1.12/package/yast2-cluster.changes      2014-07-16 
12:28:50.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jul 15 10:17:03 UTC 2014 - [email protected]
+
+- BNC#885018. Change "two_node" to "0" when using default value.
+- Version 3.1.12
+
+-------------------------------------------------------------------
 Mon Jul  7 07:47:28 UTC 2014 - [email protected]
 
 - BNC#885319. Change text nodeid to Node ID. Change string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.11/package/yast2-cluster.spec 
new/yast2-cluster-3.1.12/package/yast2-cluster.spec
--- old/yast2-cluster-3.1.11/package/yast2-cluster.spec 2014-07-07 
09:52:32.000000000 +0200
+++ new/yast2-cluster-3.1.12/package/yast2-cluster.spec 2014-07-16 
12:28:50.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.11/src/modules/Cluster.rb 
new/yast2-cluster-3.1.12/src/modules/Cluster.rb
--- old/yast2-cluster-3.1.11/src/modules/Cluster.rb     2014-07-07 
09:52:32.000000000 +0200
+++ new/yast2-cluster-3.1.12/src/modules/Cluster.rb     2014-07-16 
12:28:50.000000000 +0200
@@ -69,7 +69,7 @@
       @threads = ""
       @cluster_name = ""
       @expected_votes = ""
-      @two_node = ""
+      @two_node = "0"
       @config_format = ""
 
       @bindnetaddr1 = ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.11/src/servers_non_y2/ag_openais 
new/yast2-cluster-3.1.12/src/servers_non_y2/ag_openais
--- old/yast2-cluster-3.1.11/src/servers_non_y2/ag_openais      2014-07-07 
09:52:32.000000000 +0200
+++ new/yast2-cluster-3.1.12/src/servers_non_y2/ag_openais      2014-07-16 
12:28:50.000000000 +0200
@@ -158,7 +158,7 @@
 quorum_option_table = {
                "provider":{"doc":"Enable and configure quorum 
subsystem","type":"string", 
"default_value":"corosync_votequorum","suggested_value":"corosync_votequorum"},
                "expected_votes":{"doc":"votequorum requires an expected_votes 
value to function","default_value":""},
-               "two_node":{"doc":"Enables two node cluster operations"},
+               "two_node":{"doc":"Enables two node cluster operations", 
"type":"int", "default_value":0},
                "wait_for_all":{"doc":"Enables Wait For All (WFA) feature", 
"type":"int", "default_value":0},
                "last_man_standing":{"doc":"Enables Last Man Standing (LMS) 
feature (default: 0)", "type":"int","default_value":0},
                "last_man_standing_window":{"type":"int","default_value":10000},

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

Reply via email to