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:
parent
5725c96e53
commit
d473bea423
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/tuned-0.2.18.tar.bz2
|
/tuned-0.2.19.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
eb8914ab36c7c519a679b2ba9950ad1e tuned-0.2.18.tar.bz2
|
a778a21d38a337787acf146b5518b3fa tuned-0.2.19.tar.bz2
|
||||||
|
13
tuned.spec
13
tuned.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A dynamic adaptive system tuning daemon
|
Summary: A dynamic adaptive system tuning daemon
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 0.2.18
|
Version: 0.2.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -16,7 +16,7 @@ Source: tuned-%{version}.tar.bz2
|
|||||||
URL: https://fedorahosted.org/tuned/
|
URL: https://fedorahosted.org/tuned/
|
||||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Requires: usermode ethtool
|
Requires: usermode ethtool udev
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
Requires(preun): initscripts
|
Requires(preun): initscripts
|
||||||
@ -100,6 +100,8 @@ fi
|
|||||||
%dir %{_sysconfdir}/ktune.d
|
%dir %{_sysconfdir}/ktune.d
|
||||||
%dir %{_localstatedir}/log/tuned
|
%dir %{_localstatedir}/log/tuned
|
||||||
%dir %{_localstatedir}/run/tuned
|
%dir %{_localstatedir}/run/tuned
|
||||||
|
%attr(0755,root,root) /lib/udev/tuned-mpath-iosched
|
||||||
|
/lib/udev/rules.d/*
|
||||||
%if %uses_tmpfs
|
%if %uses_tmpfs
|
||||||
%{_sysconfdir}/tmpfiles.d
|
%{_sysconfdir}/tmpfiles.d
|
||||||
%endif
|
%endif
|
||||||
@ -116,6 +118,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 29 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.18-1
|
||||||
- fix hal-disable-polling if no CD drives present
|
- fix hal-disable-polling if no CD drives present
|
||||||
- setup tmpfiles.d config to autocreate runtime directory on F15
|
- setup tmpfiles.d config to autocreate runtime directory on F15
|
||||||
|
Loading…
Reference in New Issue
Block a user