Files
sanlock/_service
James Fehlig b875d4da6d Accepting request 1305574 from home:jfehlig:branches:Virtualization
- Update to version 4.0.0:
  * release 4.0.0
  * sanlock: add sanlock_get_hosts SANLK_GET_HOST_LOCAL
  * sanlock: add new sanlock_read_lockspace_host function
  * sanlock: add update for lockspace io timeout to set_config
  * sanlock: return shared owner info for acquire2
  * sanlock: fix acquire2 owner data recv
  * sanlock: add direct init_host to initialize one delta lease
  * sanlock: fix missing fd close after send_header error
  * sanlock: use host_state_str to print flags
  * sanlock: fix renewal history error and timeout
  * sanlock: add new acquire function that returns lease owner
  * Add man-pages as documentation in systemd service files
  * systemd services: syslog.target -> syslog.socket
  * sanlock: retry release on EIO
  * misc: Typo fixes, courtesy of Codespell
  * sanlock: fix setting checksum for direct write_leader
  * sanlock: new NODELAY flag for add_lockspace
  * systemd-wdmd: work around race with udev setting softdog label
- Use pyproject macros to build and install the python module.

OBS-URL: https://build.opensuse.org/request/show/1305574
OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=83
2025-09-17 20:34:02 +00:00

19 lines
736 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="filename">sanlock</param>
<param name="revision">70c268a07273da78a4aadd14c40ffb75138ccebe</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://pagure.io/sanlock</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">^sanlock[-]?(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>