Hello community,

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

Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-03-20 
11:35:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2012-03-22 
12:40:09.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 21 17:59:23 CET 2012 - dmuel...@suse.de
+
+- fix false positives for swp matching
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ CheckFilelist.py ++++++
--- /var/tmp/diff_new_pack.kHgvZm/_old  2012-03-22 12:40:15.000000000 +0100
+++ /var/tmp/diff_new_pack.kHgvZm/_new  2012-03-22 12:40:15.000000000 +0100
@@ -139,7 +139,7 @@
             'bad': [
                 '*~',
                 '*.bak',
-                '*.swp',
+                '*/.*.swp',
                 ],
             'ignorefileif': ghostfile,
             },
@@ -389,9 +389,8 @@
                             if 'ignorefileif' in check:
                                 if check['ignorefileif'](pkg, f):
                                     continue
-                            if (not isinstance(b, str) and  b.match(f)) or b 
== f:
-                                m = msg % { 'file':f }
-                                printError(pkg, error, m)
+                            if (not isinstance(b, str) and b.match(f)) or b == 
f:
+                                printError(pkg, error, msg % { 'file':f } )
 
         invalidfhs = set()
         invalidopt = set()


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to