Files
wtmpdb/_service
Thorsten Kukuk 9980fea56b - Update to version 0.75.0+git20251009.a6f185a:
* Release version 0.75.0
  * Create table on RW open of empty database
  * Use empty memory table instead of failing to read empty file
  * Factor CREATE TABLE IF NOT EXISTS out of add_entry()

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=56
2025-10-09 13:22:35 +00:00

16 lines
548 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<param name="url">https://github.com/thkukuk/wtmpdb.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">wtmpdb</param>
<param name="revision">main</param>
<param name="versionformat">0.75.0+git%cd.%h</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version"/>
</services>