Thomas Renninger
84daa03e2f
* Save and restore errno when probing for SET_PREFERRED_MANY * libnuma: fix nodemask allocation size for get_mempolicy * Update numactl.c * numastat: eliminate hard-coded tables * Don't fail build when set_mempolicy_home_node syscall is unknown * numactl: Add documentation for weighted interleave * numactl: Fix RESOURCE_LEAK in show() * numademo: Fix the using of the uninitialized value * Add `-w` and `--weighted-interleave` for weighted interleave mode * Fix fallback for set_mempolicy_home_node syscall - Update to version 2.0.18.5.g4bfdcc6: * numactl: Add documentation for weighted interleave * numactl: Fix RESOURCE_LEAK in show() * numademo: Fix the using of the uninitialized value * Add `-w` and `--weighted-interleave` for weighted interleave mode * Fix fallback for set_mempolicy_home_node syscall OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=110
16 lines
574 B
Plaintext
16 lines
574 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">http://github.com/numactl/numactl</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|