summaryrefslogtreecommitdiffstats
path: root/tuned.spec
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-03-02 12:33:09 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-03-02 12:33:09 +0100
commit6aa10a2b46d6d1f292fa8e55978dac352fd4a284 (patch)
tree603fcac32549a356498ebfb5824b057804c162a6 /tuned.spec
parent82e5d550f1f1da442f4844986477c4a7c0bafa55 (diff)
downloadtuned-6aa10a2b46d6d1f292fa8e55978dac352fd4a284.tar.gz
tuned-6aa10a2b46d6d1f292fa8e55978dac352fd4a284.tar.xz
tuned-6aa10a2b46d6d1f292fa8e55978dac352fd4a284.zip
- Fixed placement of doc entry at tuned-utils packagev0.1.3
Diffstat (limited to 'tuned.spec')
-rw-r--r--tuned.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/tuned.spec b/tuned.spec
index 72cda35..ca9267c 100644
--- a/tuned.spec
+++ b/tuned.spec
@@ -1,6 +1,6 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
-Version: 0.1.2
+Version: 0.1.3
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@@ -75,13 +75,16 @@ fi
%{_mandir}/man8/*
%files utils
-%doc doc/README.utils
%defattr(-,root,root,-)
+%doc doc/README.utils
%{_sbindir}/netdevstat
%{_sbindir}/diskdevstat
%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
- Added config file option to enable/disable plugins
- Switched from ConfigParser to RawConfigParser