new version: moved logging file (according to SELinux guys recommendation)
This commit is contained in:
parent
b0d7dbd63f
commit
fb1e5d56bf
@ -1 +1 @@
|
|||||||
tuned-0.2.9.tar.bz2
|
tuned-0.2.10.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
355f2abf1330d4237e8368797ecaee5f tuned-0.2.9.tar.bz2
|
0eb71ec715f196359579d92a09c26c0b tuned-0.2.10.tar.bz2
|
||||||
|
@ -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.9
|
Version: 0.2.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -90,6 +90,7 @@ fi
|
|||||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/ktune
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/ktune
|
||||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysctl.ktune
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysctl.ktune
|
||||||
%dir %attr(0755,root,root) %{_sysconfdir}/ktune.d
|
%dir %attr(0755,root,root) %{_sysconfdir}/ktune.d
|
||||||
|
%dir /var/log/tuned
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -102,6 +103,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.10-1
|
||||||
|
- Log file moved to separate directory.
|
||||||
|
|
||||||
* Mon Feb 01 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.9-1
|
* Mon Feb 01 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.9-1
|
||||||
- New release.
|
- New release.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user