SHA256
1
0
forked from pool/tuned
tuned/_service
Thomas Renninger 834e9b6f0b Accepting request 705687 from home:trenn:branches:Base:System
- Adjust README path in manpage (bsc#1131858)
A adjust_README_path_in_manpage.patch

- Upgrade to latest git HEAD (v2.11.0 + latest fixes):
  commit b4d9dfc31c46ed9cda100f03227ac5be087d3d74
  Date:   Fri Apr 5 10:49:17 2019 +0200
- tuned gui does not need polkit anymore as it can now run as non-root
  user
- Fixes bsc#1126609
- Includes this patch:
D tuned_differ_x86_and_other_archs_in_cpu_plugin.patch

OBS-URL: https://build.opensuse.org/request/show/705687
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=64
2019-05-27 14:16:13 +00:00

16 lines
498 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.11.0+git%cd.%h</param>
<!--
<param name="versionformat">2.11.0</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>