summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.$