Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2018-03-28 10:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Wed Mar 28 10:31:17 2018 rev:25 rq:591051 version:4.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2018-03-02 21:12:49.806520050 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2018-03-28 10:31:27.536878305 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 09:49:15 UTC 2018 - [email protected]
+
+- bsc#1086630, fix write err when upgrading without quorum section
+- Version 4.0.6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.Z09k03/_old  2018-03-28 10:31:28.300850829 +0200
+++ /var/tmp/diff_new_pack.Z09k03/_new  2018-03-28 10:31:28.304850685 +0200
@@ -18,7 +18,7 @@
 
 Name:           yast2-cluster
 %define _fwdefdir %{_libexecdir}/firewalld/services
-Version:        4.0.5
+Version:        4.0.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-cluster-4.0.5.tar.bz2 -> yast2-cluster-4.0.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.5/package/yast2-cluster.changes 
new/yast2-cluster-4.0.6/package/yast2-cluster.changes
--- old/yast2-cluster-4.0.5/package/yast2-cluster.changes       2018-03-02 
10:07:06.000000000 +0100
+++ new/yast2-cluster-4.0.6/package/yast2-cluster.changes       2018-03-26 
14:09:32.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Mar 23 09:49:15 UTC 2018 - [email protected]
+
+- bsc#1086630, fix write err when upgrading without quorum section
+- Version 4.0.6
+
+-------------------------------------------------------------------
 Fri Mar  2 08:01:20 UTC 2018 - [email protected]
 
 - bsc#1083439, fix traceback when starting without corosync.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.5/package/yast2-cluster.spec 
new/yast2-cluster-4.0.6/package/yast2-cluster.spec
--- old/yast2-cluster-4.0.5/package/yast2-cluster.spec  2018-03-02 
10:07:06.000000000 +0100
+++ new/yast2-cluster-4.0.6/package/yast2-cluster.spec  2018-03-26 
14:09:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-cluster
 #
-# Copyright (c) 2018 SUSE Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           yast2-cluster
 %define _fwdefdir %{_libexecdir}/firewalld/services
-Version:        4.0.5
+Version:        4.0.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.5/src/servers_non_y2/ag_openais 
new/yast2-cluster-4.0.6/src/servers_non_y2/ag_openais
--- old/yast2-cluster-4.0.5/src/servers_non_y2/ag_openais       2018-03-02 
10:07:06.000000000 +0100
+++ new/yast2-cluster-4.0.6/src/servers_non_y2/ag_openais       2018-03-26 
14:09:32.000000000 +0200
@@ -729,7 +729,7 @@
                        elif len(path) == 2 and path[1] == "device" and args == 
"":
                                # May no "device" in quorum_options,
                                # cause reset in file_parser
-                               if is_quorum_qdevice_configured():
+                               if "device" in quorum_options:
                                        del(quorum_options["device"])
                                        quorum_qdevice_options = {}
                                return "true"


Reply via email to