1 Commits

Author SHA256 Message Date
xin liang
58b9939fd8 Update to version 5.0.0+20250904.957a78b
* Dev: sbd: Minor refactor enable_sbd_service method in SBDManager
  * Dev: sbd: Check if fence-agents-sbd is installed on join node
  * Dev: sbd: Check if fence-agents-sbd is installed on interactive mode
  * Dev: sbd: Check if fence-agents-sbd is installed for non sbd stage
  * Fix: sbd: Ensure proper cluster restart when adding diskless SBD
    (bsc#1248874)
  * Dev: sbd: Check if fence-agents-sbd is installed on all nodes
  * Fix: Makefile: should uninstall man pages
  * Fix: packaging: use `CURDIR` instead of `PWD` in Makefile
  * Dev: report: Update HA related packages for crm report to check and
    verify
  * Fix: doc: the usage parser in help2adoc should support multiline
    usages
  * Dev: packaging: add some runtime deps to build deps to support
    running `crm help` during builds
  * Dev: packaing: add doc subdir to Makefile
  * Refactor: packaging: kill automake and move build steps from
    crmsh.spec into Makefile
  * Fix: ui_cluster: Call crm report directly for the legacy `crm
    cluster health` command (bsc#1230324)
  * Dev: bootstrap: Enable to remove pacemaker remote node
  * Dev: ui_node: Don't unpack node info from node_state for `node show`
    command
  * Dev: xmlutil: Add instance method get_res_id_of_remote_node
  * Dev: bootstrap: No need to remove /var/lib/crmsh
  * Dev: xmlutil: Refactor CrmMonXmlParser.get_node_list to be an
    instance method
  * Dev: utils: Refactor validate_and_get_reachable_nodes for clearer
    logic
  * Dev: xmlutil: Use a single node_type parameter instead of two
    mutually exclusive parameters
  * Dev: utils: Skip reachable checking for pacemaker remote node
  * Dev: cibquery: Remove filter condition for pacemaker remote node
  * Dev: ui_node: Enable maintenance pacemaker remote node
  * Dev: ui_node: Enable standby/online pacemaker remote node
  * Dev: xmlutil: Drop xmlutil.listnodes function
  * Dev: packaging: remove deprecated `data_files`
  * Dev: add asciidoc to the test image
2025-09-10 18:01:23 +08:00
6 changed files with 39 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">8d89c3d0</param>
<param name="revision">master</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">8d89c3d005de6582871d178f79ee44d66ffea8ab</param>
<param name="changesrevision">957a78bf9ea1eb6038b0112de4e16ec9faef8d43</param>
</service>
</servicedata>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Sep 10 09:59:28 UTC 2025 - XLiang@suse.com
- Update to version 5.0.0+20250904.957a78b:
* Dev: sbd: Minor refactor enable_sbd_service method in SBDManager
* Dev: sbd: Check if fence-agents-sbd is installed on join node
* Dev: sbd: Check if fence-agents-sbd is installed on interactive mode
* Dev: sbd: Check if fence-agents-sbd is installed for non sbd stage
* Fix: sbd: Ensure proper cluster restart when adding diskless SBD (bsc#1248874)
* Dev: sbd: Check if fence-agents-sbd is installed on all nodes
* Fix: Makefile: should uninstall man pages
* Fix: packaging: use `CURDIR` instead of `PWD` in Makefile
* Dev: report: Update HA related packages for crm report to check and verify
* Fix: doc: the usage parser in help2adoc should support multiline usages
* Dev: packaging: add some runtime deps to build deps to support running `crm help` during builds
* Dev: packaing: add doc subdir to Makefile
* Refactor: packaging: kill automake and move build steps from crmsh.spec into Makefile
* Fix: ui_cluster: Call crm report directly for the legacy `crm cluster health` command (bsc#1230324)
* Dev: bootstrap: Enable to remove pacemaker remote node
* Dev: ui_node: Don't unpack node info from node_state for `node show` command
* Dev: xmlutil: Add instance method get_res_id_of_remote_node
* Dev: bootstrap: No need to remove /var/lib/crmsh
* Dev: xmlutil: Refactor CrmMonXmlParser.get_node_list to be an instance method
* Dev: utils: Refactor validate_and_get_reachable_nodes for clearer logic
* Dev: xmlutil: Use a single node_type parameter instead of two mutually exclusive parameters
* Dev: utils: Skip reachable checking for pacemaker remote node
* Dev: cibquery: Remove filter condition for pacemaker remote node
* Dev: ui_node: Enable maintenance pacemaker remote node
* Dev: ui_node: Enable standby/online pacemaker remote node
* Dev: xmlutil: Drop xmlutil.listnodes function
* Dev: packaging: remove deprecated `data_files`
* Dev: add asciidoc to the test image
-------------------------------------------------------------------
Fri Aug 15 08:07:43 UTC 2025 - XLiang@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+20250815.8d89c3d
Version: 5.0.0+20250904.957a78b
Release: 0
URL: http://crmsh.github.io
Source0: %{name}-%{version}.tar.bz2