2488b5975a
- Update to latest 2.22.0 release includes bug fix for bsc#1139249 - Use self defined profile_dir instead of _libexecdir - Always add pmqos-static.py This was wrongly bound to profiles-nfv package - Remove defirqaffinity It is not called anymore. Merge request pending: https://github.com/redhat-performance/tuned/pull/223 OBS-URL: https://build.opensuse.org/request/show/751330 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=69
17 lines
548 B
Plaintext
17 lines
548 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/redhat-performance/tuned</param>
|
|
<!--
|
|
<param name="versionformat">2.22.0+git%cd.%h</param>
|
|
-->
|
|
<param name="versionformat">2.22.0</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">tuned*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|