updated to release 0.2.19

- reduced FSB support on Asus EEE netbooks with Intel Atom
- consolidate ktune script functions in tuning profiles
- disable tuned daemon on s390/s390x architectures
- set readahead by multiplying previous setting
- udev rules and script for CFQ and multipath scheduler tuning
This commit is contained in:
Jan Vcelak 2011-01-10 20:26:22 +01:00
parent 5725c96e53
commit d473bea423
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/tuned-0.2.18.tar.bz2
/tuned-0.2.19.tar.bz2

View File

@ -1 +1 @@
eb8914ab36c7c519a679b2ba9950ad1e tuned-0.2.18.tar.bz2
a778a21d38a337787acf146b5518b3fa tuned-0.2.19.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 0.2.18
Version: 0.2.19
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@ -16,7 +16,7 @@ Source: tuned-%{version}.tar.bz2
URL: https://fedorahosted.org/tuned/
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: python
Requires: usermode ethtool
Requires: usermode ethtool udev
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
@ -100,6 +100,8 @@ fi
%dir %{_sysconfdir}/ktune.d
%dir %{_localstatedir}/log/tuned
%dir %{_localstatedir}/run/tuned
%attr(0755,root,root) /lib/udev/tuned-mpath-iosched
/lib/udev/rules.d/*
%if %uses_tmpfs
%{_sysconfdir}/tmpfiles.d
%endif
@ -116,6 +118,13 @@ fi
%changelog
* Mon Jan 10 2011 Jan Vcelak <jvcelak@redhat.com> 0.2.19-1
- reduced FSB support on Asus EEE netbooks with Intel Atom
- consolidate ktune script functions in tuning profiles
- disable tuned daemon on s390/s390x architectures
- set readahead by multiplying previous setting
- udev rules and script for CFQ and multipath scheduler tuning
* Mon Nov 29 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.18-1
- fix hal-disable-polling if no CD drives present
- setup tmpfiles.d config to autocreate runtime directory on F15