libvma/_service
Nicolas Morey ec8ca72f2d - Update to v9.8.60 (jsc#PED-11338 jsc#PED-11339)
- RM #3749337 Fix TCP keepAlive timer when set to -1
  - RM #3749310 Fix delayed TCP keepAlive probes
  - RM #3604029 Fix releasing ring flow
  - RM #3623373 Fix corruption during ring release
  - RM #3655436 Add full TCP_KEEPALIVE support
  - RM #3697720 Fixing socket destruction race
  - RM #1214066 Update some unsigned char -> uint32_t for table_id

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=37
2024-11-04 17:10:43 +00:00

17 lines
590 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/Mellanox/libvma.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">libvma</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="revision">536ca51fb61bff316bc7b946e15c58bd48fc6a13</param>
</service>
<service name="recompress" mode="manual">
<param name="file">libvma*.tar</param>
<param name="compression">gz</param>
</service>
</services>