Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2026-07-02 20:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and      /work/SRC/openSUSE:Factory/.crmsh.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crmsh"

Thu Jul  2 20:10:51 2026 rev:415 rq:1363115 version:5.1.0+20260630.0c615a08

Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes      2026-06-29 
17:32:26.834318042 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new.1982/crmsh.changes    2026-07-02 
20:14:42.604302607 +0200
@@ -1,0 +2,7 @@
+Tue Jun 30 05:27:04 UTC 2026 - [email protected]
+
+- Update to version 5.1.0+20260630.0c615a08:
+  * fix: update cluster blocking ssh test properly via crm.conf
+  * Fix: crm.conf.in: keep the section headers uncommented (#2143)
+
+-------------------------------------------------------------------

Old:
----
  crmsh-5.1.0+20260629.0b862e06.tar.bz2

New:
----
  crmsh-5.1.0+20260630.0c615a08.tar.bz2

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

Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.Mpw0YT/_old  2026-07-02 20:14:43.432331231 +0200
+++ /var/tmp/diff_new_pack.Mpw0YT/_new  2026-07-02 20:14:43.432331231 +0200
@@ -41,7 +41,7 @@
 Summary:        High Availability cluster command-line interface
 License:        GPL-2.0-or-later
 Group:          %{pkg_group}
-Version:        5.1.0+20260629.0b862e06
+Version:        5.1.0+20260630.0c615a08
 Release:        0
 URL:            http://crmsh.github.io
 Source0:        %{name}-%{version}.tar.bz2

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Mpw0YT/_old  2026-07-02 20:14:43.504333720 +0200
+++ /var/tmp/diff_new_pack.Mpw0YT/_new  2026-07-02 20:14:43.512333997 +0200
@@ -9,7 +9,7 @@
 </service>
 <service name="tar_scm">
   <param name="url">https://github.com/ClusterLabs/crmsh.git</param>
-  <param 
name="changesrevision">72564250a68429f7122ef2cebca824495bc9f3d9</param>
+  <param 
name="changesrevision">0c615a081ed5142b8e9fabc3fbe6ad51096df3d4</param>
 </service>
 </servicedata>
 (No newline at EOF)

++++++ crmsh-5.1.0+20260629.0b862e06.tar.bz2 -> 
crmsh-5.1.0+20260630.0c615a08.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-5.1.0+20260629.0b862e06/etc/crm.conf.in 
new/crmsh-5.1.0+20260630.0c615a08/etc/crm.conf.in
--- old/crmsh-5.1.0+20260629.0b862e06/etc/crm.conf.in   2026-06-29 
12:31:02.000000000 +0200
+++ new/crmsh-5.1.0+20260630.0c615a08/etc/crm.conf.in   2026-06-30 
06:55:27.000000000 +0200
@@ -1,7 +1,7 @@
 ; crmsh configuration file
 ; To override per user, create a file ~/.config/crm/crm.conf
 ;
-; [core]
+[core]
 ; editor = $EDITOR
 ; pager = $PAGER
 ; user =
@@ -54,7 +54,7 @@
 ; pe_state_dir = <detected>
 ; heartbeat_dir = <detected>
 
-; [color]
+[color]
 ; style = color
 ; error = red bold
 ; ok = green bold
@@ -73,7 +73,7 @@
 ; score = magenta
 ; ticket = magenta
 
-; [report]
+[report]
 ; from_time = -12H
 ; compress = yes
 ; compress_prog = gzip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-5.1.0+20260629.0b862e06/test/features/cluster_blocking_ssh.feature 
new/crmsh-5.1.0+20260630.0c615a08/test/features/cluster_blocking_ssh.feature
--- 
old/crmsh-5.1.0+20260629.0b862e06/test/features/cluster_blocking_ssh.feature    
    2026-06-29 12:31:02.000000000 +0200
+++ 
new/crmsh-5.1.0+20260630.0c615a08/test/features/cluster_blocking_ssh.feature    
    2026-06-30 06:55:27.000000000 +0200
@@ -60,11 +60,7 @@
     And     Run "firewall-cmd --zone=public --add-rich-rule='rule port port=22 
protocol=tcp drop' --permanent && firewall-cmd --reload" on "hanode2"
     And     Try "ssh -o ConnectTimeout=5 hanode2" on "hanode1"
     Then    Except "ssh: connect to host hanode2 port 22: Connection timed 
out" in stderr
-    When    Write multi lines to file "/etc/crm/crm.conf" on "hanode1"
-      """
-      [core]
-      no_ssh = yes
-      """
+    When    Run "sudo sed -i 's/; no_ssh = no/no_ssh = yes/' 
/etc/crm/crm.conf" on "hanode1"
     When    Run "crm configure property fencing-enabled=false" on "hanode1"
     And     Run "crm report -d /tmp/report" on "hanode1"
     Then    Directory "/tmp/report/hanode1" created

Reply via email to