Sync from SUSE:SLFO:Main crmsh revision 4492f7e8b269e1fcc078b925921b3a85

This commit is contained in:
2025-08-19 14:06:41 +02:00
parent ab78bcfca4
commit 3d6229bcc9
6 changed files with 18 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<param name="versionformat">@PARENT_TAG@+%cd.%h</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)(?:-[a-z]+\d*)?(.*)</param>
<param name="versionrewrite-replacement">\1\2</param>
<param name="revision">d3091c0c</param>
<param name="revision">8d89c3d0</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -9,6 +9,6 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/crmsh.git</param>
<param name="changesrevision">d3091c0cdbf52ac3e322ffaf40177122c1156960</param>
<param name="changesrevision">8d89c3d005de6582871d178f79ee44d66ffea8ab</param>
</service>
</servicedata>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 15 08:07:43 UTC 2025 - XLiang@suse.com
- Update to version 5.0.0+20250815.8d89c3d:
* Fix: log: missing LF after a progress bar (#1886)
* Dev: sbd: Use SBDUtils.get_sbd_device_from_config for reliable diskless SBD detection
* Dev: sbd: Add with_sbd parameter for the case when sbd is not active
* Dev: sbd: Restart cluster after configured sbd and adjusted properties
* Fix: sbd: Ensure stonith-watchdog-timeout is >= 2 * SBD_WATCHDOG_TIMEOUT (bsc#1247415)
* Dev: xmlutil: Add is_non_stonith_resource_running() and use for cluster restart checks
* Fix: doc: Add TimeoutFormulas help topic (bsc#1242981)
-------------------------------------------------------------------
Fri Aug 01 07:38:06 UTC 2025 - nicholas.yang@suse.com

View File

@@ -41,7 +41,7 @@ Name: crmsh
Summary: High Availability cluster command-line interface
License: GPL-2.0-or-later
Group: %{pkg_group}
Version: 5.0.0+20250731.d3091c0
Version: 5.0.0+20250815.8d89c3d
Release: 0
URL: http://crmsh.github.io
Source0: %{name}-%{version}.tar.bz2