forked from pool/libvma
Nicolas Morey
bb9aca9b8f
- Fix-compilation-with-GCC-14.patch - Refresh harden_vma.service.patch to use patch -p0 format OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=35
17 lines
594 B
Plaintext
17 lines
594 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<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">ae7f37cbdd4fae4b56fb5523bab8fbdb7dbc4177</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libvma*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
</services>
|