Accepting request 510119 from home:fschnizlein:branches:Base:System

- 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
This commit is contained in:
2017-07-26 21:28:14 +00:00
committed by Git OBS Bridge
parent 185b14dacf
commit 9f4e1202ba
12 changed files with 157 additions and 35 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jul 07 15:07:04 UTC 2017 - fschnizlein@suse.com
- 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
-------------------------------------------------------------------
Sun Jan 17 09:21:58 UTC 2016 - mpluskal@suse.com