[tuned] new release:

Jaroslav Škarvada jskarvad at fedoraproject.org
Wed Jan 2 15:52:03 UTC 2013


commit 4dfa8e467bc5ae7c9a7599626fb8f56e8bb92ddd
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Wed Jan 2 16:51:58 2013 +0100

    new release:
    
      - systemtap {disk,net}devstat: fix typo in usage
      - switched to configobj parser
      - latency-performance: disabled THP
      - fixed fd leaks on subprocesses

 sources    |    1 +
 tuned.spec |   11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index d00912f..87dd1c5 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 1d220e7615d33a09d2214459d5fa888e  tuned-2.1.1.tar.bz2
+719bac2409774f85bda6552d1948fc4e  tuned-2.1.2.tar.bz2
diff --git a/tuned.spec b/tuned.spec
index b35dc23..3ac2038 100644
--- a/tuned.spec
+++ b/tuned.spec
@@ -1,6 +1,6 @@
 Summary: A dynamic adaptive system tuning daemon
 Name: tuned
-Version: 2.1.1
+Version: 2.1.2
 Release: 1%{?dist}
 License: GPLv2+
 Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar.bz2
@@ -11,7 +11,7 @@ Requires(post): systemd-units, virt-what
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires: python-decorator, dbus-python, pygobject2, /usr/bin/cpupower
-Requires: virt-what
+Requires: virt-what, python-configobj
 
 %description
 The tuned package contains a daemon that tunes system settings dynamically.
@@ -155,6 +155,13 @@ fi
 %{_prefix}/lib/tuned/spindown-disk
 
 %changelog
+* Wed Jan  2 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 2.1.2-1
+- new release:
+  - systemtap {disk,net}devstat: fix typo in usage
+  - switched to configobj parser
+  - latency-performance: disabled THP
+  - fixed fd leaks on subprocesses
+
 * Thu Dec 06 2012 Jan Vcelak <jvcelak at redhat.com> 2.1.1-1
 - fix: powertop2tuned execution
 - fix: ownership of /etc/tuned


More information about the scm-commits mailing list