1
0
Fork 0

- Fixed placement of doc entry at tuned-utils package

This commit is contained in:
Philip Knirsch 2009-03-02 12:33:09 +01:00
parent 82e5d550f1
commit 6aa10a2b46

View file

@ -1,6 +1,6 @@
Summary: A dynamic adaptive system tuning daemon Summary: A dynamic adaptive system tuning daemon
Name: tuned Name: tuned
Version: 0.1.2 Version: 0.1.3
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -75,13 +75,16 @@ fi
%{_mandir}/man8/* %{_mandir}/man8/*
%files utils %files utils
%doc doc/README.utils
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc/README.utils
%{_sbindir}/netdevstat %{_sbindir}/netdevstat
%{_sbindir}/diskdevstat %{_sbindir}/diskdevstat
%changelog %changelog
* Mon Mar 02 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.3-1
- Fixed placement of doc entry at tuned-utils package
* Thu Feb 26 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.2-1 * Thu Feb 26 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.2-1
- Added config file option to enable/disable plugins - Added config file option to enable/disable plugins
- Switched from ConfigParser to RawConfigParser - Switched from ConfigParser to RawConfigParser