From 6b79fa915df800feeadbeab68e6a36a1a958bc2e Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Thu, 26 Feb 2009 13:47:01 +0100 Subject: - Added comment in empty __init__.py files --- monitorplugins/__init__.py | 3 ++- tuned.spec | 3 ++- tuningplugins/__init__.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/monitorplugins/__init__.py b/monitorplugins/__init__.py index c728b11..2e11577 100644 --- a/monitorplugins/__init__.py +++ b/monitorplugins/__init__.py @@ -15,4 +15,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# This file intentionally left blank and needed because of python module magic. +# This file intentionally left blank and needed because of Python Packages +# magic. diff --git a/tuned.spec b/tuned.spec index ca54a7c..d8b8728 100644 --- a/tuned.spec +++ b/tuned.spec @@ -74,7 +74,8 @@ fi %changelog * Wed Feb 25 2009 Phil Knirsch - 0.1.1-1 -- Bump release +- Bump version +- Added comment in empty __init__.py files - Fixed BuildRoot tag to use latest recommendation of FPG - Lots of whitespace changes - Some minor README changes diff --git a/tuningplugins/__init__.py b/tuningplugins/__init__.py index 2f95370..8866c32 100644 --- a/tuningplugins/__init__.py +++ b/tuningplugins/__init__.py @@ -15,4 +15,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# This file intentionally left blank and needed because of python module magic.$ +# This file intentionally left blank and needed because of Python Packages +# magic.$ -- cgit