Accepting request 254973 from home:posophe:branches:Base:System

Updates + changes

OBS-URL: https://build.opensuse.org/request/show/254973
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=23
This commit is contained in:
Denisart Benjamin
2014-10-10 12:23:15 +00:00
committed by Git OBS Bridge
parent c8500f9107
commit a527f03135
7 changed files with 176 additions and 40 deletions

View File

@@ -1,3 +1,71 @@
-------------------------------------------------------------------
Fri Oct 10 10:14:03 UTC 2014 - p.drouand@gmail.com
- Update to version 2.4.0
+ rebase tuned to latest upstream (rhbz#1093883)
+ fixed traceback if profile cannot be loaded
related: rhbz#953128
+ powertop2tuned: fixed traceback if rewriting file instead of dir
resolves: rhbz#963441
+ throughput-performance: altered dirty ratios for better performance
resolves: rhbz#1043533
+ latency-performance: leaving THP on its default
resolves: rhbz#1064510
+ used throughput-performance profile on server by default
resolves: rhbz#1063481
+ network-latency: added new profile
resolves: rhbz#1052418
+ network-throughput: added new profile
resolves: rhbz#1052421
+ recommend.conf: fixed config file
resolves: rhbz#1069123
+ systemd: added cpupower.service conflict
resolves: rhbz#1073392
+ balanced: used medium_power ALPM policy
+ added support for >, < assignment modifiers in tuned.conf
+ handled root block devices
+ balanced: used conservative CPU governor
resolves: rhbz#1124125
+ plugins: added selinux plugin
+ plugin_net: added nf_conntrack_hashsize parameter
+ profiles: added atomic-host profile
resolves: rhbz#1091977
+ profiles: added atomic-guest profile
resolves: rhbz#1091979
+ moved profile autodetection from post install script to tuned daemon
resolves: rhbz#1144067
+ profiles: included sap-hana and sap-hana-vmware profiles
+ man: structured profiles manual pages according to sub-packages
+ added missing hdparm dependency
resolves: rhbz#1144858
+ improved error handling of switch_profile
resolves: rhbz#1068699
+ tuned-adm: active: detect whether tuned deamon is running
related: rhbz#1068699
+ removed active_profile from RPM verification
resolves: rhbz#1104126
+ plugin_disk: readahead value can be now specified in sectors
resolves: rhbz#1127127
+ plugins: added bootloader plugin
resolves: rhbz#1044111
+ plugin_disk: added error counter to hdparm calls
+ plugins: added scheduler plugin
resolves: rhbz#1100826
+ added tuned-gui
- Add tuned-2.4.0-polkit-tuned-gui-path.patch; fix tuned-gui path
in polkit policy rule
- Remove fix-new-systemd-tmpfiles.d-path.patch; fixed by upstream
- Update use_cpupower_for_intel_perf_bias to upstream changes
+ Added : tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
+ Deleted : se_cpupower_for_intel_perf_bias
- Add tuned-gtk, profiles-sap, profiles-sap-hana, and profiles-atomic
subpackages
- Add hdparm and util-linux requirements; new dependencies
- Add bash-completion build requirement to avoid owning standard
directory
- Add grub2 build requirement, armv7 excluded , to avoid owning
standard directory
-------------------------------------------------------------------
Fri May 23 12:01:37 UTC 2014 - jsegitz@novell.com