Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2022-08-09 15:27:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Tue Aug 9 15:27:59 2022 rev:251 rq:993920 version:4.4.0+20220809.4f90c4ef Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2022-07-28 20:59:30.275714523 +0200 +++ /work/SRC/openSUSE:Factory/.crmsh.new.1521/crmsh.changes 2022-08-09 15:28:31.477654716 +0200 @@ -1,0 +2,12 @@ +Tue Aug 09 07:05:44 UTC 2022 - xli...@suse.com + +- Update to version 4.4.0+20220809.4f90c4ef: + * Dev: bootstrap: Don't sync csync2 when peer node's csync2 service not ready + +------------------------------------------------------------------- +Mon Aug 08 15:04:45 UTC 2022 - xli...@suse.com + +- Update to version 4.4.0+20220808.89fa84a6: + * Dev: bootstrap: Don't open mgmt port since it's deprecated + +------------------------------------------------------------------- Old: ---- crmsh-4.4.0+20220728.3f249756.tar.bz2 New: ---- crmsh-4.4.0+20220809.4f90c4ef.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.x4Td9w/_old 2022-08-09 15:28:32.005656224 +0200 +++ /var/tmp/diff_new_pack.x4Td9w/_new 2022-08-09 15:28:32.013656247 +0200 @@ -36,7 +36,7 @@ Summary: High Availability cluster command-line interface License: GPL-2.0-or-later Group: %{pkg_group} -Version: 4.4.0+20220728.3f249756 +Version: 4.4.0+20220809.4f90c4ef Release: 0 URL: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.x4Td9w/_old 2022-08-09 15:28:32.061656384 +0200 +++ /var/tmp/diff_new_pack.x4Td9w/_new 2022-08-09 15:28:32.065656396 +0200 @@ -9,7 +9,7 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">3f249756dbcd5c5d2548e27b992df76cd3b38cb4</param> + <param name="changesrevision">4f90c4ef75b4d6d3e4d3d11ec94eead2e5619172</param> </service> </servicedata> (No newline at EOF) ++++++ crmsh-4.4.0+20220728.3f249756.tar.bz2 -> crmsh-4.4.0+20220809.4f90c4ef.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.4.0+20220728.3f249756/crmsh/bootstrap.py new/crmsh-4.4.0+20220809.4f90c4ef/crmsh/bootstrap.py --- old/crmsh-4.4.0+20220728.3f249756/crmsh/bootstrap.py 2022-07-28 09:57:44.000000000 +0200 +++ new/crmsh-4.4.0+20220809.4f90c4ef/crmsh/bootstrap.py 2022-08-09 08:47:48.000000000 +0200 @@ -618,9 +618,9 @@ def firewall_open_basic_ports(): """ - Open ports for csync2, mgmtd, hawk & dlm respectively + Open ports for csync2, hawk & dlm respectively """ - configure_firewall(tcp=["30865", "5560", "7630", "21064"]) + configure_firewall(tcp=["30865", "7630", "21064"]) def firewall_open_corosync_ports(): @@ -951,7 +951,6 @@ if not re.search(r"^\s*host.*\s+%s\s*;" % (newhost), curr_cfg, flags=re.M): curr_cfg = re.sub(r"\bhost.*\s+\S+\s*;", r"\g<0>\n\thost %s;" % (utils.doublequote(newhost)), curr_cfg, count=1) utils.str2file(curr_cfg, CSYNC2_CFG) - csync2_update("/") else: logger_utils.log_only_to_file(": Not updating %s - remote host %s already exists" % (CSYNC2_CFG, newhost)) finally: