From 0ef33bce4f80f209ffbd8a72eccb6f4abb139226 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Oct 06 2010 12:33:21 +0000 Subject: update to 0.2.17 - added 'enterprise-storage' profile - added support for architecture-specific configuration files - special sysctl setting for s390x arch in 'throughtput-performance' profile - apply I/O scheduler setting to device mapper devices - workaround for hal-disable-polling bug - fixed problem with network cards that provide unparsable supported network modes (#620686) --- diff --git a/.gitignore b/.gitignore index 5cf9360..a5af8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -tuned-0.2.15.tar.bz2 +/tuned-0.2.17.tar.bz2 diff --git a/sources b/sources index 084839f..69704ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9315652263504083bde83a4b23b13108 tuned-0.2.15.tar.bz2 +282340f82835ce587457777758769301 tuned-0.2.17.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 7bfd6a6..b7a9a6d 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.15 -Release: 2%{?dist} +Version: 0.2.17 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons # The source for this package was pulled from upstream git. Use the @@ -107,6 +107,14 @@ fi %changelog +* Wed Oct 06 2010 Jan Vcelak 0.2.17-1 +- added 'enterprise-storage' profile +- added support for architecture-specific configuration files +- special sysctl setting for s390x arch in 'throughtput-performance' profile +- apply I/O scheduler setting to device mapper devices +- workaround for hal-disable-polling bug +- fixed problem with network cards that provide unparsable supported network modes (#620686) + * Wed Aug 11 2010 David Malcolm - 0.2.15-2 - recompiling .py files against Python 2.7 (rhbz#623413)