summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 13:47:01 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 13:47:01 +0100
commit6b79fa915df800feeadbeab68e6a36a1a958bc2e (patch)
tree026f8e81710b286f72d9c7cc8e284a9202f944fe
parentc52014cb40c78ddef6660b84551803cef8004256 (diff)
downloadtuned-6b79fa915df800feeadbeab68e6a36a1a958bc2e.tar.gz
tuned-6b79fa915df800feeadbeab68e6a36a1a958bc2e.tar.xz
tuned-6b79fa915df800feeadbeab68e6a36a1a958bc2e.zip
- Added comment in empty __init__.py filesv0.1.1
-rw-r--r--monitorplugins/__init__.py3
-rw-r--r--tuned.spec3
-rw-r--r--tuningplugins/__init__.py3
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 <pknirsch@redhat.com> - 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.$