diff --git a/.cvsignore b/.cvsignore index c3e040e..8ef3aa0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tuned-0.2.12.tar.bz2 +tuned-0.2.13.tar.bz2 diff --git a/sources b/sources index 1e9c608..022157e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6c7315af6c7fe443d7f0fdf34e918ed tuned-0.2.12.tar.bz2 +7bec47da5310a538fccbeec50d84b9ca tuned-0.2.13.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 1ba30da..72499fd 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,6 +1,6 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.12 +Version: 0.2.13 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -72,7 +72,7 @@ fi %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/DESIGN.txt doc/TIPS.txt ktune/README.ktune +%doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/DESIGN.txt doc/TIPS.txt ktune/README.ktune doc/examples %{_initddir}/tuned %config(noreplace) %{_sysconfdir}/tuned.conf %config(noreplace) %{_sysconfdir}/pam.d/tuned-adm @@ -89,7 +89,6 @@ fi %{_mandir}/man8/* %attr(0755,root,root) %{_initddir}/ktune %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/ktune -%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysctl.ktune %dir %attr(0755,root,root) %{_sysconfdir}/ktune.d %dir /var/log/tuned @@ -104,6 +103,10 @@ fi %changelog +* Tue May 04 2010 Jan Vcelak 0.2.13-1 +- Fixed 588736 - tuned should not apply /etc/sysctl.ktune settings (Jan Vcelak) +- Fixed 577971 - error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key (Thomas Woerner) + * Tue Mar 30 2010 Jan Vcelak 0.2.12-1 - Fixed 577983 - AttributeError: Nettool instance has no attribute 'interface'