summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-29 16:39:35 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-29 16:39:35 -0400
commit0490a4c1f6d95a3e199d25f1308c28acb6015792 (patch)
treee9bef5a98d70411044337b033429d629454dfb45
parent5162d7700a3984c12a0e0b6cbeaed107e049aabb (diff)
downloadrpmlint-0490a4c1f6d95a3e199d25f1308c28acb6015792.tar.gz
rpmlint-0490a4c1f6d95a3e199d25f1308c28acb6015792.tar.bz2
rpmlint-0490a4c1f6d95a3e199d25f1308c28acb6015792.zip
-rw-r--r--TagsCheck.py1
-rw-r--r--packaging/rpmlint.changes3
2 files changed, 3 insertions, 1 deletions
diff --git a/TagsCheck.py b/TagsCheck.py
index f43e7bd..9bb14e9 100644
--- a/TagsCheck.py
+++ b/TagsCheck.py
@@ -718,7 +718,6 @@ class TagsCheck(AbstractCheck.AbstractCheck):
valid_groups = valid_groups + ("%s/%s" %(d,sd), )
valid_groups = valid_groups + app_groups
- print sorted(valid_groups)
group = pkg[rpm.RPMTAG_GROUP]
self._unexpanded_macros(pkg, 'Group', group)
diff --git a/packaging/rpmlint.changes b/packaging/rpmlint.changes
index 667d0c6..a508988 100644
--- a/packaging/rpmlint.changes
+++ b/packaging/rpmlint.changes
@@ -1,3 +1,6 @@
+* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130529.181045@5162d77
+- remove debug message
+
* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130529.123751@88d6dc7
- use domains to generate group list