new release

rebased tuned to latest upstream
    resolves: rhbz#1467576
  added recommend.d functionality
    resolves: rhbz#1459146
  recommend: added support for matching of processes
    resolves: rhbz#1461838
  plugin_video: added support for the 'dpm' power method
    resolves: rhbz#1417659
  list available profiles on 'tuned-adm profile'
    resolves: rhbz#988433
  cpu-partitioning: used tuned instead of tuna for cores isolation
    resolves: rhbz#1442229
  inventory: added workaround for pyudev < 0.18
    resolves: rhbz#1251240
  realtime: used skew_tick=1 in kernel cmdline
    resolves: rhbz#1447938
  realtime-virtual-guest: re-assigned kernel thread priorities
    resolves: rhbz#1452357
  bootloader: splitted string for removal from cmdline
    resolves: rhbz#1461279
  network-latency: added skew_tick=1 kernel command line parameter
    resolves: rhbz#1451073
  bootloader: accepted only certain values for initrd_remove_dir
    resolves: rhbz#1455161
  increased udev monitor buffer size, made it configurable
    resolves: rhbz#1442306
  bootloader: don't add nonexistent overlay image to grub.cfg
    resolves: rhbz#1454340
  plugin_cpu: don't log error in execute() if EPB is not supported
    resolves: rhbz#1443182
  sap-hana: fixed description of the sap-hana profiles
    resolves: rhbz#1482005
  plugin_systemd: on full_rollback notify about need of initrd regeneration
    resolves: rhbz#1469258
  don't log errors about missing files on verify with ignore_missing set
    resolves: rhbz#1451435
  plugin_scheduler: improved logging
    resolves: rhbz#1474961
  improved checking if we are rebooting or not
    resolves: rhbz#1475571
  started dbus exports after a profile is applied
    resolves: rhbz#1443142
  sap-hana: changed force_latency to 70
    resolves: rhbz#1501252
This commit is contained in:
Ondřej Lysoněk 2017-10-13 14:32:01 +02:00
parent 5c77dd3db7
commit b220c81a49
3 changed files with 62 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
tuned-*.tar.bz2 tuned-*.tar.bz2
/tuned-2.9.0.rc1.tar.gz

View File

@ -1 +1 @@
SHA512 (tuned-2.8.0.tar.bz2) = 079d82485a45b6999435284f612723c8406cace0d5416db235dde904df0a37865def6f1150c6662688d79b4703ff1d6e90c9cc103f602ffbd52a77a9613a6aa3 SHA512 (tuned-2.9.0.rc1.tar.gz) = a97a5c71a127d4a8875539d1bb447904bf71b4ceef48663d8904e7dd32d1ffb27e35ea7cb6e474986d13fe8b1d1c89028356dd452f6991d910da29865b6ae29b

View File

@ -1,9 +1,15 @@
%global prerelease rc
%global prereleasenum 1
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
Summary: A dynamic adaptive system tuning daemon Summary: A dynamic adaptive system tuning daemon
Name: tuned Name: tuned
Version: 2.8.0 Version: 2.9.0
Release: 5%{?dist} Release: 0.1%{?prerel1}%{?dist}
License: GPLv2+ License: GPLv2+
Source: https://jskarvad.fedorapeople.org/tuned/download/tuned-%{version}.tar.bz2 Source: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel1}.tar.gz
URL: http://www.tuned-project.org/ URL: http://www.tuned-project.org/
BuildArch: noarch BuildArch: noarch
BuildRequires: python, systemd, desktop-file-utils BuildRequires: python, systemd, desktop-file-utils
@ -17,8 +23,6 @@ Requires: python-schedutils
%if 0%{?fedora} > 22 || 0%{?rhel} > 7 %if 0%{?fedora} > 22 || 0%{?rhel} > 7
Recommends: kernel-tools Recommends: kernel-tools
%endif %endif
# patch taken from upstream (issue #59)
Patch0: tuned-2.8.0-plugin-disk-traceback-fix.patch
%description %description
The tuned package contains a daemon that tunes system settings dynamically. The tuned package contains a daemon that tunes system settings dynamically.
@ -132,7 +136,6 @@ Additional tuned profile(s) targeted to Network Function Virtualization (NFV).
%package profiles-cpu-partitioning %package profiles-cpu-partitioning
Summary: Additional tuned profile(s) optimized for CPU partitioning Summary: Additional tuned profile(s) optimized for CPU partitioning
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: tuna
%description profiles-cpu-partitioning %description profiles-cpu-partitioning
Additional tuned profile(s) optimized for CPU partitioning. Additional tuned profile(s) optimized for CPU partitioning.
@ -146,8 +149,7 @@ Additional tuned profiles mainly for backward compatibility with tuned 1.0.
It can be also used to fine tune your system for specific scenarios. It can be also used to fine tune your system for specific scenarios.
%prep %prep
%setup -q %setup -q -n %{name}-%{version}%{?prerel2}
%patch0 -p1
%build %build
@ -256,6 +258,7 @@ fi
%exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf %exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
%exclude %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf %exclude %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf
%exclude %{_sysconfdir}/tuned/cpu-partitioning-variables.conf %exclude %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
%exclude %{_sysconfdir}/tuned/sap-hana-vmware-variables.conf
%exclude %{_prefix}/lib/tuned/default %exclude %{_prefix}/lib/tuned/default
%exclude %{_prefix}/lib/tuned/desktop-powersave %exclude %{_prefix}/lib/tuned/desktop-powersave
%exclude %{_prefix}/lib/tuned/laptop-ac-powersave %exclude %{_prefix}/lib/tuned/laptop-ac-powersave
@ -278,6 +281,7 @@ fi
%dir %{_libexecdir}/tuned %dir %{_libexecdir}/tuned
%{_libexecdir}/tuned/defirqaffinity* %{_libexecdir}/tuned/defirqaffinity*
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/active_profile %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/active_profile
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/profile_mode
%config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
%{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf %{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf
@ -330,6 +334,7 @@ fi
%files profiles-sap-hana %files profiles-sap-hana
%defattr(-,root,root,-) %defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/tuned/sap-hana-vmware-variables.conf
%{_prefix}/lib/tuned/sap-hana %{_prefix}/lib/tuned/sap-hana
%{_prefix}/lib/tuned/sap-hana-vmware %{_prefix}/lib/tuned/sap-hana-vmware
%{_mandir}/man7/tuned-profiles-sap-hana.7* %{_mandir}/man7/tuned-profiles-sap-hana.7*
@ -385,6 +390,53 @@ fi
%{_mandir}/man7/tuned-profiles-compat.7* %{_mandir}/man7/tuned-profiles-compat.7*
%changelog %changelog
* Thu Oct 12 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.9.0-0.1.rc1
- new release
- rebased tuned to latest upstream
resolves: rhbz#1467576
- added recommend.d functionality
resolves: rhbz#1459146
- recommend: added support for matching of processes
resolves: rhbz#1461838
- plugin_video: added support for the 'dpm' power method
resolves: rhbz#1417659
- list available profiles on 'tuned-adm profile'
resolves: rhbz#988433
- cpu-partitioning: used tuned instead of tuna for cores isolation
resolves: rhbz#1442229
- inventory: added workaround for pyudev < 0.18
resolves: rhbz#1251240
- realtime: used skew_tick=1 in kernel cmdline
resolves: rhbz#1447938
- realtime-virtual-guest: re-assigned kernel thread priorities
resolves: rhbz#1452357
- bootloader: splitted string for removal from cmdline
resolves: rhbz#1461279
- network-latency: added skew_tick=1 kernel command line parameter
resolves: rhbz#1451073
- bootloader: accepted only certain values for initrd_remove_dir
resolves: rhbz#1455161
- increased udev monitor buffer size, made it configurable
resolves: rhbz#1442306
- bootloader: don't add nonexistent overlay image to grub.cfg
resolves: rhbz#1454340
- plugin_cpu: don't log error in execute() if EPB is not supported
resolves: rhbz#1443182
- sap-hana: fixed description of the sap-hana profiles
resolves: rhbz#1482005
- plugin_systemd: on full_rollback notify about need of initrd regeneration
resolves: rhbz#1469258
- don't log errors about missing files on verify with ignore_missing set
resolves: rhbz#1451435
- plugin_scheduler: improved logging
resolves: rhbz#1474961
- improved checking if we are rebooting or not
resolves: rhbz#1475571
- started dbus exports after a profile is applied
resolves: rhbz#1443142
- sap-hana: changed force_latency to 70
resolves: rhbz#1501252
* Mon Aug 21 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8.0-5 * Mon Aug 21 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8.0-5
- kernel-tools made weak dependency - kernel-tools made weak dependency