update to 0.2.15
This commit is contained in:
parent
0e5088e04b
commit
cf632b2027
@ -1 +1 @@
|
|||||||
tuned-0.2.14.tar.bz2
|
tuned-0.2.15.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
40741f925198a1d283183ef7e7367d7d tuned-0.2.14.tar.bz2
|
9315652263504083bde83a4b23b13108 tuned-0.2.15.tar.bz2
|
||||||
|
19
tuned.spec
19
tuned.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: A dynamic adaptive system tuning daemon
|
Summary: A dynamic adaptive system tuning daemon
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 0.2.14
|
Version: 0.2.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -77,26 +77,29 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/tuned.conf
|
%config(noreplace) %{_sysconfdir}/tuned.conf
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/tuned-adm
|
%config(noreplace) %{_sysconfdir}/pam.d/tuned-adm
|
||||||
%config(noreplace) %{_sysconfdir}/security/console.apps/tuned-adm
|
%config(noreplace) %{_sysconfdir}/security/console.apps/tuned-adm
|
||||||
%{_sysconfdir}/bash_completion.d/tuned.bash
|
%{_sysconfdir}/bash_completion.d
|
||||||
%{_sbindir}/tuned
|
%{_sbindir}/tuned
|
||||||
%{_sbindir}/tuned-adm
|
%{_sbindir}/tuned-adm
|
||||||
# consolehelper hard link
|
# consolehelper hard link
|
||||||
%{_bindir}/tuned-adm
|
%{_bindir}/tuned-adm
|
||||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/tune-profiles/active-profile
|
%config(noreplace) %{_sysconfdir}/tune-profiles/active-profile
|
||||||
%{_sysconfdir}/tune-profiles
|
%{_sysconfdir}/tune-profiles
|
||||||
%{_datadir}/tuned
|
%{_datadir}/tuned
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%attr(0755,root,root) %{_initddir}/ktune
|
%attr(0755,root,root) %{_initddir}/ktune
|
||||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/ktune
|
%config(noreplace) %{_sysconfdir}/sysconfig/ktune
|
||||||
%dir %attr(0755,root,root) %{_sysconfdir}/ktune.d
|
%config(noreplace) %{_sysconfdir}/ktune.d/tunedadm.conf
|
||||||
|
%dir %{_sysconfdir}/ktune.d
|
||||||
%dir /var/log/tuned
|
%dir /var/log/tuned
|
||||||
|
%dir /var/run/tuned
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/README.utils
|
%doc doc/README.utils
|
||||||
%doc doc/README.scomes
|
%doc doc/README.scomes
|
||||||
|
%doc COPYING
|
||||||
%{_sbindir}/varnetload
|
%{_sbindir}/varnetload
|
||||||
%{_sbindir}/netdevstat
|
%{_sbindir}/netdevstat
|
||||||
%{_sbindir}/diskdevstat
|
%{_sbindir}/diskdevstat
|
||||||
@ -104,6 +107,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 13 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.15-1
|
||||||
|
- overall profiles update
|
||||||
|
- 'tuned-adm active' shows status of tuned and ktune services as well
|
||||||
|
- proper configuration files setup after fresh instalation
|
||||||
|
- tuned-utils: added license text
|
||||||
|
|
||||||
* Fri Jun 04 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.14-1
|
* Fri Jun 04 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.14-1
|
||||||
- bash completion support
|
- bash completion support
|
||||||
- tuned-adm: profile validity check
|
- tuned-adm: profile validity check
|
||||||
|
Loading…
Reference in New Issue
Block a user