Marcus Meissner
9f4e1202ba
- Update to version 2.8.0: * builtin functions: parser not traceback if func expands to empty string * systemd: added support for older systemd CPUAffinity syntax * scheduler: do not traceback if process dissapears during enumeration * scheduler: fix more python-linux-procfs tracebacks * plugin_net: Fix invocation of execute() * cpu-partitioning: use tuna for cores isolation * builtin functions: add strip * bootloader: workaround for adding tuned_initrd to new kernels on restart * new release (2.8.0) + Add Patch: Fix category in desktop file for tuned-gui (fix-desktop-category.patch) + Add Patch: Remove unnecessary shebangs (remove-unnecessary-shebangs.patch) + Add Patch: Fix file permission for glade file (fix-glade-file-permission.patch) + Add rpmlintrc to silence unnecessary warnings = Modified Patches to apply with 2.8.0: - fix-allow-receive_sender-default.patch - use-cpupower-for-intel-perf-bias.patch OBS-URL: https://build.opensuse.org/request/show/510119 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=43
17 lines
599 B
Plaintext
17 lines
599 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="subdir"></param>
|
|
<param name="filename">tuned</param>
|
|
<param name="versionformat">2.8.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">refs/tags/v2.8.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>
|