Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-08-07 08:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-06-28 
16:54:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2012-08-07 
08:17:53.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Aug  3 17:22:43 UTC 2012 - [email protected]
+
+- added icinga users and groups 
+
+-------------------------------------------------------------------
+Thu Jul  5 12:21:08 UTC 2012 - [email protected]
+
+- remove python naming check (bnc#768247)
+
+-------------------------------------------------------------------

New:
----
  suse-python3-naming-policy.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.r9lwYq/_old  2012-08-07 08:17:57.000000000 +0200
+++ /var/tmp/diff_new_pack.r9lwYq/_new  2012-08-07 08:17:57.000000000 +0200
@@ -74,8 +74,7 @@
 Patch2:         suse-version.diff
 Patch3:         suse-url-check.diff
 Patch4:         invalid-filerequires.diff
-# disable
-#Patch5:         suse-bzip-bigger-than-100k.diff
+Patch5:         suse-python3-naming-policy.diff
 Patch6:         suse-filesystem.diff
 Patch7:         suse-pkg-config-check.diff
 Patch8:         suse-binarieschecks.diff
@@ -155,7 +154,7 @@
 %patch2
 %patch3
 %patch4
-#patch5
+%patch5
 %patch6
 %patch7
 %patch8

++++++ config ++++++
--- /var/tmp/diff_new_pack.r9lwYq/_old  2012-08-07 08:17:58.000000000 +0200
+++ /var/tmp/diff_new_pack.r9lwYq/_new  2012-08-07 08:17:58.000000000 +0200
@@ -100,6 +100,8 @@
     'hsqldb',
     'icecast',
     'icecream',
+    'icinga',
+    'icingacmd',
     'ifdrwww',
     'intermezzo',
     'jboss',
@@ -231,6 +233,7 @@
     'hsqldb',
     'icecast',
     'icecream',
+    'icinga',
     'intermezzo',
     'irc',
     'jabber',


++++++ suse-python3-naming-policy.diff ++++++
--- NamingPolicyCheck.py
+++ NamingPolicyCheck.py
@@ -91,7 +91,7 @@
 
 
 check.add_check('xmms', '^xmms(-|$)', '^/usr/lib(64)?/xmms/')
-check.add_check('python', '^python(-|$)', 
'^/usr/lib(64)?/python[1-9](-[1-9])?')
+#check.add_check('python', '^python(2|3)?(-|$)', 
'^/usr/lib(64)?/python[1-9](-[1-9])?')
 check.add_check('perl5', '^perl(-|$)', '^/usr/lib(64)?/perl5/vendor_perl')
 check.add_check('apache2', '^apache2-mod_', '^/usr/lib(64)?/apache2-')
 check.add_check('fortune', '^fortune(-|$)', '^/usr/share/games/fortunes/')
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to