Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2014-01-31 20:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-Factory (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-Factory.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-Factory"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2013-01-31 10:19:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-Factory.new/rpmlint-Factory.changes     
2014-01-31 20:11:23.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 14:43:17 UTC 2014 - [email protected]
+
+- make anything >= 1000 fatal 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-Factory.spec ++++++
--- /var/tmp/diff_new_pack.MLHouK/_old  2014-01-31 20:11:24.000000000 +0100
+++ /var/tmp/diff_new_pack.MLHouK/_new  2014-01-31 20:11:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-Factory
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ config ++++++
--- /var/tmp/diff_new_pack.MLHouK/_old  2014-01-31 20:11:24.000000000 +0100
+++ /var/tmp/diff_new_pack.MLHouK/_new  2014-01-31 20:11:24.000000000 +0100
@@ -25,7 +25,7 @@
 # This line is mandatory to access the configuration functions
 from Config import *
 
-setOption("BadnessThreshold", 1000)
+setOption("BadnessThreshold", 999)
 
 # score table
 setBadness('arch-dependent-file-in-usr-share', 590)
@@ -52,15 +52,14 @@
 setBadness('executable-docs', 900)
 
 setBadness('binary-in-etc', 900)
-setBadness('non-ghost-in-var-run', 1000)
-setBadness('non-ghost-in-var-lock', 1000)
-
 # too many failures for now
 #setBadness('dir-or-file-in-tmp', 900)
 
 
 #fatal checks
 #setBadness('files-attr-not-set', 10000)
+setBadness('non-ghost-in-var-run', 10000)
+setBadness('non-ghost-in-var-lock', 10000)
 setBadness('percent-in-dependency', 10000)
 setBadness('percent-in-obsoletes', 10000)
 setBadness('percent-in-provides', 10000)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to