forked from pool/tuned
- 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
12 lines
327 B
Diff
12 lines
327 B
Diff
Index: tuned-2.8.0/tuned-gui.desktop
|
|
===================================================================
|
|
--- tuned-2.8.0.orig/tuned-gui.desktop
|
|
+++ tuned-2.8.0/tuned-gui.desktop
|
|
@@ -7,5 +7,5 @@ Exec=tuned-gui
|
|
Icon=tuned
|
|
Terminal=false
|
|
Type=Application
|
|
-Categories=System;
|
|
+Categories=Settings;HardwareSettings;
|
|
Version=1.0
|