Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2023-12-25 19:06:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Mon Dec 25 19:06:21 2023 rev:318 rq:1135078 version:4.6.0+20231225.3e2ff633 Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2023-12-22 22:42:10.493851288 +0100 +++ /work/SRC/openSUSE:Factory/.crmsh.new.28375/crmsh.changes 2023-12-25 19:06:34.236263716 +0100 @@ -1,0 +2,6 @@ +Mon Dec 25 07:42:42 UTC 2023 - xli...@suse.com + +- Update to version 4.6.0+20231225.3e2ff633: + * Dev: bootstrap: Assign hosts with _context.node_list_in_cluster in join_ssh_merge (bsc#1218331) + +------------------------------------------------------------------- Old: ---- crmsh-4.6.0+20231222.b7650ca3.tar.bz2 New: ---- crmsh-4.6.0+20231225.3e2ff633.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.yWbnX0/_old 2023-12-25 19:06:34.836285613 +0100 +++ /var/tmp/diff_new_pack.yWbnX0/_new 2023-12-25 19:06:34.836285613 +0100 @@ -36,7 +36,7 @@ Summary: High Availability cluster command-line interface License: GPL-2.0-or-later Group: %{pkg_group} -Version: 4.6.0+20231222.b7650ca3 +Version: 4.6.0+20231225.3e2ff633 Release: 0 URL: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.yWbnX0/_old 2023-12-25 19:06:34.880287219 +0100 +++ /var/tmp/diff_new_pack.yWbnX0/_new 2023-12-25 19:06:34.884287365 +0100 @@ -9,7 +9,7 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">931a93065cd87e63b43cab81098ddc86ed5c800d</param> + <param name="changesrevision">3e2ff6330cd5ae8b9b03dc5859b59a5fe1825245</param> </service> </servicedata> (No newline at EOF) ++++++ crmsh-4.6.0+20231222.b7650ca3.tar.bz2 -> crmsh-4.6.0+20231225.3e2ff633.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.6.0+20231222.b7650ca3/crmsh/bootstrap.py new/crmsh-4.6.0+20231225.3e2ff633/crmsh/bootstrap.py --- old/crmsh-4.6.0+20231222.b7650ca3/crmsh/bootstrap.py 2023-12-22 09:28:38.000000000 +0100 +++ new/crmsh-4.6.0+20231225.3e2ff633/crmsh/bootstrap.py 2023-12-25 08:18:56.000000000 +0100 @@ -1914,10 +1914,7 @@ """ logger.info("Merging known_hosts") - hosts = utils.list_cluster_nodes() - if hosts is None: - hosts = list() - hosts.append(cluster_node) + hosts = _context.node_list_in_cluster shell = sh.cluster_shell() # create local entry in known_hosts