Accepting request 905262 from home:trenn:branches:Base:System

- Update to version 2.15.0+git.1625694366.bc3f737:
  * bootloader: support for systems that don't have grub installed
  * Removing depedency on python-decorator package.
  * Adding support for rpm-ostree system to bootloader plugin.
  * profiles: drop sched_ tuning where appropriate
  * scheduler: abstract sched_ and numa_ knobs
  * realtime-virtual-*: Set irqaffinity through kernel command line
  * After error while switching profiles attribute _active_profiles is not changed back.
    That causes issues with wrong signals (and also more issues with restart after etc)
- Enhance _service file

OBS-URL: https://build.opensuse.org/request/show/905262
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=79
This commit is contained in:
2021-07-12 17:20:31 +00:00
committed by Git OBS Bridge
parent 4b190e77a7
commit 4035734b6f
7 changed files with 35 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jul 09 11:13:35 UTC 2021 - trenn@suse.de
- Update to version 2.15.0+git.1625694366.bc3f737:
* bootloader: support for systems that don't have grub installed
* Removing depedency on python-decorator package.
* Adding support for rpm-ostree system to bootloader plugin.
* profiles: drop sched_ tuning where appropriate
* scheduler: abstract sched_ and numa_ knobs
* realtime-virtual-*: Set irqaffinity through kernel command line
* After error while switching profiles attribute _active_profiles is not changed back.
That causes issues with wrong signals (and also more issues with restart after etc)
- Enhance _service file
-------------------------------------------------------------------
Mon Apr 19 10:40:34 UTC 2021 - trenn@suse.de