- Update to version 1.3.0+git.20210628: * blktrace: exit directly when nthreads_running != ncpus in run_tracers() * blktrace 1.3.0 * blkparse: Print time when trace was started * blktrace: inclusive terminology * blkparse: Print PID information for TN_MESSAGE events * iowatcher: Handle cgroup information * iowatcher: Use blktrace_api.h * blkparse: Handle cgroup information * blkparse: Fix up the sector and length of split completions * blkparse: Initialize and test for undefined request tracking timestamps - UsrMerge: relocate blktrace, blkparse and btrace (bsc#1191056) OBS-URL: https://build.opensuse.org/request/show/924669 OBS-URL: https://build.opensuse.org/package/show/filesystems/blktrace?expand=0&rev=31
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://git.kernel.dk/blktrace.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">blktrace</param>
|
|
<param name="versionformat">1.3.0+git.%cd</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|