summaryrefslogtreecommitdiffstats
path: root/tuned.spec
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-25 19:22:54 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-25 19:22:54 +0100
commit62debaff1a107a2a8229f4a8a804762cec142071 (patch)
tree189776412462e5c741df8892d3d0358d5ba84e88 /tuned.spec
parent2f9173b101917db44503436f213988248447409e (diff)
downloadtuned-62debaff1a107a2a8229f4a8a804762cec142071.tar.gz
tuned-62debaff1a107a2a8229f4a8a804762cec142071.tar.xz
tuned-62debaff1a107a2a8229f4a8a804762cec142071.zip
- Lots of whitespace changes
- Bump release - Some minor README changes
Diffstat (limited to 'tuned.spec')
-rw-r--r--tuned.spec24
1 files changed, 23 insertions, 1 deletions
diff --git a/tuned.spec b/tuned.spec
index 9f2bd1d..f1ab52b 100644
--- a/tuned.spec
+++ b/tuned.spec
@@ -1,6 +1,6 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
-Version: 0.1.0
+Version: 0.1.1
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@@ -73,5 +73,27 @@ fi
%changelog
+* Wed Feb 25 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.1-1
+- Added a changelog rule in Makefile
+- Fixed rpmlint error messages
+- Add init() methods to each plugin
+- Call plugin init() methods during tuned's init()
+- Add support for command line parameters
+ o -c conffile|--config==conffile to specify the location of the config file
+ o -d to start tuned as a daemon (instead of as normal app)
+- Readded the debug output in case tuned isn't started as as daemon
+- Fixed initialization of max transfer values for net tuning plugin
+- Added complete cleanup code in case of tuned exiting and/or
+ getting a SIGTERM to restore default values
+- Made the disk tuning pluging less nosy if started as non-daemon
+- Fixed missing self. in the tuned.py config handling
+- Added a manpage and updated the readme with it (as a start)
+- Fixed summary
+- Added missing GPL notic to tuned.py
+- Added explanation for Source entry in specfile
+- Added a distarchive target for the Makefile for proper tagging in git
+- Added a explanation how to create the tarball via git in the specfile
+- Fixed the defattr() lines in the specfile to conform FRG
+
* Mon Feb 23 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.0-1
- Initial version