diff --git a/.cvsignore b/.cvsignore index bd10e97..2e57b74 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tuned-0.2.4.tar.bz2 +tuned-0.2.5.tar.bz2 diff --git a/sources b/sources index 8197c00..728ae4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93221808d466ab62133a2f010ce0f292 tuned-0.2.4.tar.bz2 +aa157f2c959a477eafdda8bc1cef588a tuned-0.2.5.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 8410bd5..2dfe3ff 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.5 +Release: 0.3%{?dist} License: GPLv2+ Group: System Environment/Daemons # The source for this package was pulled from upstream git. Use the @@ -13,12 +13,12 @@ Group: System Environment/Daemons Source: tuned-%{version}.tar.bz2 URL: https://fedorahosted.org/tuned/ Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: usermode Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): initscripts Requires(postun): initscripts BuildArch: noarch -Requires: kobo %description The tuned package contains a daemon that tunes system settings dynamically. @@ -74,8 +74,12 @@ fi %doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/DESIGN.txt doc/TIPS.txt ktune/README.ktune %{_initddir}/tuned %config(noreplace) %{_sysconfdir}/tuned.conf +%config(noreplace) %{_sysconfdir}/pam.d/tuned-adm +%config(noreplace) %{_sysconfdir}/security/console.apps/tuned-adm %{_sbindir}/tuned %{_sbindir}/tuned-adm +# consolehelper hard link +%{_bindir}/tuned-adm %{_sysconfdir}/tune-profiles %{_datadir}/tuned %{_mandir}/man1/* @@ -97,6 +101,16 @@ fi %changelog +* Mon Oct 19 2009 Marcela Mašláňová 0.2.5-0.3 +- new release + +* Thu Oct 15 2009 Petr Lautrbach 0.2.5-0.2 +- Allow run tuned-adm as root for users at the physical console + +* Mon Oct 12 2009 Petr Lautrbach 0.2.5-0.1 +- Removed dependence on kobo +- Bumped to 0.2.5 pre release version + * Wed Sep 23 2009 Petr Lautrbach 0.2.4-2 - fixed url to fedorahosted project page - Resolves: #519019