diff --git a/.cvsignore b/.cvsignore index 8ef3aa0..58b82f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tuned-0.2.13.tar.bz2 +tuned-0.2.14.tar.bz2 diff --git a/sources b/sources index 022157e..446dc11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bec47da5310a538fccbeec50d84b9ca tuned-0.2.13.tar.bz2 +40741f925198a1d283183ef7e7367d7d tuned-0.2.14.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 72499fd..ee81907 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,6 +1,6 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.13 +Version: 0.2.14 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -77,6 +77,7 @@ fi %config(noreplace) %{_sysconfdir}/tuned.conf %config(noreplace) %{_sysconfdir}/pam.d/tuned-adm %config(noreplace) %{_sysconfdir}/security/console.apps/tuned-adm +%{_sysconfdir}/bash_completion.d/tuned.bash %{_sbindir}/tuned %{_sbindir}/tuned-adm # consolehelper hard link @@ -103,6 +104,10 @@ fi %changelog +* Fri Jun 04 2010 Jan Vcelak 0.2.14-1 +- bash completion support +- tuned-adm: profile validity check + * 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)