Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2019-09-30 15:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Mon Sep 30 15:58:17 2019 rev:35 rq:733675 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2019-08-23 11:06:55.202481019 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new.2352/yast2-cluster.changes    
2019-09-30 15:58:18.721390182 +0200
@@ -1,0 +2,7 @@
+Wed Sep 25 07:06:51 UTC 2019 - nick wang <nw...@suse.com>
+
+- bsc#1151687, update the open ports to support pacemaker-remote,
+  booth and corosync-qnetd.
+- Version 4.2.4
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.WQKOIj/_old  2019-09-30 15:58:19.137389074 +0200
+++ /var/tmp/diff_new_pack.WQKOIj/_new  2019-09-30 15:58:19.141389064 +0200
@@ -19,7 +19,7 @@
 %define _fwdefdir %{_libexecdir}/firewalld/services
 
 Name:           yast2-cluster
-Version:        4.2.3
+Version:        4.2.4
 Release:        0
 Summary:        Configuration of cluster
 License:        GPL-2.0-only
@@ -34,6 +34,7 @@
 BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 
+Requires:       yast2 >= 4.0.39
 Requires:       yast2 >= 4.1.3
 Requires:       yast2-ruby-bindings >= 1.0.0
 

++++++ cluster.firewalld.xml ++++++
--- /var/tmp/diff_new_pack.WQKOIj/_old  2019-09-30 15:58:19.157389021 +0200
+++ /var/tmp/diff_new_pack.WQKOIj/_new  2019-09-30 15:58:19.161389010 +0200
@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <service>
   <short>SUSE YaST Cluster</short>
-  <description>This allows you to open various ports related to SUSE YaST 
Cluster module. Ports are opened for mgmtd, hawk, dlm and csync2.</description>
+  <description>This allows you to open various ports related to SUSE YaST 
Cluster module. Ports are opened for pacemaker-remote, booth, mgmtd, hawk, dlm, 
csync2 and corosync-qnetd.</description>
+  <port protocol="tcp" port="2224"/>
+  <port protocol="tcp" port="3121"/>
+  <port protocol="tcp" port="5403"/>
+  <port protocol="udp" port="5404"/>
+  <port protocol="udp" port="5405"/>
   <port protocol="tcp" port="5560"/>
   <port protocol="tcp" port="7630"/>
+  <port protocol="tcp" port="9929"/>
+  <port protocol="udp" port="9929"/>
   <port protocol="tcp" port="21064"/>
   <port protocol="tcp" port="30865"/>
 </service>

++++++ yast2-cluster-4.2.3.tar.bz2 -> yast2-cluster-4.2.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.3/package/cluster.firewalld.xml 
new/yast2-cluster-4.2.4/package/cluster.firewalld.xml
--- old/yast2-cluster-4.2.3/package/cluster.firewalld.xml       2019-08-22 
15:06:43.000000000 +0200
+++ new/yast2-cluster-4.2.4/package/cluster.firewalld.xml       2019-09-27 
14:29:06.000000000 +0200
@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <service>
   <short>SUSE YaST Cluster</short>
-  <description>This allows you to open various ports related to SUSE YaST 
Cluster module. Ports are opened for mgmtd, hawk, dlm and csync2.</description>
+  <description>This allows you to open various ports related to SUSE YaST 
Cluster module. Ports are opened for pacemaker-remote, booth, mgmtd, hawk, dlm, 
csync2 and corosync-qnetd.</description>
+  <port protocol="tcp" port="2224"/>
+  <port protocol="tcp" port="3121"/>
+  <port protocol="tcp" port="5403"/>
+  <port protocol="udp" port="5404"/>
+  <port protocol="udp" port="5405"/>
   <port protocol="tcp" port="5560"/>
   <port protocol="tcp" port="7630"/>
+  <port protocol="tcp" port="9929"/>
+  <port protocol="udp" port="9929"/>
   <port protocol="tcp" port="21064"/>
   <port protocol="tcp" port="30865"/>
 </service>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.3/package/yast2-cluster.changes 
new/yast2-cluster-4.2.4/package/yast2-cluster.changes
--- old/yast2-cluster-4.2.3/package/yast2-cluster.changes       2019-08-22 
15:06:43.000000000 +0200
+++ new/yast2-cluster-4.2.4/package/yast2-cluster.changes       2019-09-27 
14:29:06.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Sep 25 07:06:51 UTC 2019 - nick wang <nw...@suse.com>
+
+- bsc#1151687, update the open ports to support pacemaker-remote,
+  booth and corosync-qnetd.
+- Version 4.2.4
+
+-------------------------------------------------------------------
 Thu Aug 22 14:40:16 CEST 2019 - sch...@suse.de
 
 - Using rb_default_ruby_abi tag in the spec file in order to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.3/package/yast2-cluster.spec 
new/yast2-cluster-4.2.4/package/yast2-cluster.spec
--- old/yast2-cluster-4.2.3/package/yast2-cluster.spec  2019-08-22 
15:06:43.000000000 +0200
+++ new/yast2-cluster-4.2.4/package/yast2-cluster.spec  2019-09-27 
14:29:06.000000000 +0200
@@ -18,7 +18,7 @@
 %define _fwdefdir %{_libexecdir}/firewalld/services
 
 Name:           yast2-cluster
-Version:        4.2.3
+Version:        4.2.4
 Release:        0
 Summary:        Configuration of cluster
 License:        GPL-2.0-only
@@ -33,6 +33,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 
+Requires:       yast2 >= 4.0.39
 Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       yast2 >= 4.1.3
 


Reply via email to