[tuned] updated to release 0.2.19

jvcelak jvcelak at fedoraproject.org
Mon Jan 10 19:27:39 UTC 2011


commit d473bea423f2c22035053340fa056977f0186e3c
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Jan 10 20:26:22 2011 +0100

    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

 .gitignore |    2 +-
 sources    |    2 +-
 tuned.spec |   13 +++++++++++--
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b375051..d041235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/tuned-0.2.18.tar.bz2
+/tuned-0.2.19.tar.bz2
diff --git a/sources b/sources
index e4a9cef..da3b557 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb8914ab36c7c519a679b2ba9950ad1e  tuned-0.2.18.tar.bz2
+a778a21d38a337787acf146b5518b3fa  tuned-0.2.19.tar.bz2
diff --git a/tuned.spec b/tuned.spec
index 9ffe514..725d5fb 100644
--- a/tuned.spec
+++ b/tuned.spec
@@ -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 at 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 at 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


More information about the scm-commits mailing list