update to release 0.2.20
- new manual pages: diskdevstat, netdevstat, scomes, and varnetload - updated obsolete parts in the other manual pages - laptop-battery-powersave profile fixes - support for new network device naming - EEE PC dynamic FSB reclocking is done dynamicly in CPU plugin (Jaroslav Skarvada) - changelog sync with upstream
This commit is contained in:
parent
8ca52fc993
commit
346e332d65
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/tuned-0.2.19.tar.bz2
|
||||
/tuned-0.2.20.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a778a21d38a337787acf146b5518b3fa tuned-0.2.19.tar.bz2
|
||||
9c2f2aff91dea0aaebe3cb3cbb1c23b0 tuned-0.2.20.tar.bz2
|
||||
|
22
tuned.spec
22
tuned.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
Name: tuned
|
||||
Version: 0.2.19
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.20
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
# The source for this package was pulled from upstream git. Use the
|
||||
@ -91,9 +91,9 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/tune-profiles/active-profile
|
||||
%{_sysconfdir}/tune-profiles
|
||||
%{_datadir}/tuned
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
%{_mandir}/man1/tuned-adm.*
|
||||
%{_mandir}/man5/tuned.conf.*
|
||||
%{_mandir}/man8/tuned.*
|
||||
%attr(0755,root,root) %{_initddir}/ktune
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/ktune
|
||||
%config(noreplace) %{_sysconfdir}/ktune.d/tunedadm.conf
|
||||
@ -115,11 +115,19 @@ fi
|
||||
%{_sbindir}/netdevstat
|
||||
%{_sbindir}/diskdevstat
|
||||
%{_sbindir}/scomes
|
||||
%{_mandir}/man8/varnetload.*
|
||||
%{_mandir}/man8/netdevstat.*
|
||||
%{_mandir}/man8/diskdevstat.*
|
||||
%{_mandir}/man8/scomes.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
* Fri Mar 18 2011 Jan Vcelak <jvcelak@redhat.com> 0.2.20-1
|
||||
- new manual pages: diskdevstat, netdevstat, scomes, and varnetload
|
||||
- updated obsolete parts in the other manual pages
|
||||
- laptop-battery-powersave profile fixes
|
||||
- support for new network device naming
|
||||
- EEE PC dynamic FSB reclocking is done dynamicly in CPU plugin (Jaroslav Skarvada)
|
||||
|
||||
* Mon Jan 10 2011 Jan Vcelak <jvcelak@redhat.com> 0.2.19-1
|
||||
- reduced FSB support on Asus EEE netbooks with Intel Atom
|
||||
|
Loading…
Reference in New Issue
Block a user