Files
pacemaker/_service
Yan Gao f26950124e jsc#PED-14614
jsc#PED-14899

- spec: do not treat fillup templates as configuration files

- build: install the default logrotate config into /usr/etc/logrotate.d

- build: create directories in /var via tmpfiles.d

- build: create hacluster user and haclient group via sysusers.d

- Update to version 3.0.1+20251208.f7f28ab3:
- agents: Deprecate allow_stonith_disabled param for controld RA
- agents: New allow_fencing_disabled param for controld RA
- agents: Use case-insensitive property matching in controld RA
- schemas: Deprecate stonith-timeout-ms in crm_mon output
- schemas: Deprecate stonith-enabled in crm_mon output
- various: New fencing-timeout-ms in crm_mon/pcmk_status output
- schemas: New fencing-timeout-ms attribute in crm_mon schema
- various: New fencing-enabled in crm_mon/pcmk_status output
- schemas: New fencing-enabled attribute in crm_mon schema

- Update to version 3.0.1+20251130.37f6466b:
- tools: cibadmin --xpath --delete-all deletes all matches again
- various: Use const for a few string pointer variables

- Update to version 3.0.1+20251125.39c07b64:
- cts: Respect cts-lab --nic option if specified for IPv4 (gh#ClusterLabs/pacemaker#3986)
- cts: cts-lab --nic option defaults to eth0 only for an IPv6 link local address (gh#ClusterLabs/pacemaker#3986)

- Update to version 3.0.1+20251124.253fbe4c:
- controller: Ask attribute manager to purge fenced nodes' attributes
- controller: Don't purge transient attributes on node loss (gh#ClusterLabs/pacemaker#3991)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=423
2026-02-06 11:14:44 +00:00

25 lines
781 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<!--
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
<param name="version">3.0.1</param>
-->
<param name="versionformat">3.0.1+%cd.%h</param>
<param name="revision">f7f28ab32c</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*pacemaker*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>