keepalived/_service
Peter Varkoly 0802b2cb8c - Update service file to use manual mode as disabled is deprecated
- switch to TAG_OFFSET for a more readable version

- Update to version 2.3.1+git59.b6681f98:
  * all: update how pidfile handled after reload with new configuration
  * Revert "all: ensure pidfile is created if a reload causes child to start"
  * Revert "all: update how pidfile handled after reload with new configuration"
  * all: update how pidfile handled after reload with new configuration
  * all: ensure pidfile is created if a reload causes child to start

OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=91
2024-09-11 08:00:27 +00:00

23 lines
734 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/acassen/keepalived</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">keepalived</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">keepalived*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">keepalived</param>
</service>
</services>