Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2012-06-18 16:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-tests (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-tests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-tests", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes      
2012-05-26 09:28:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2012-06-18 16:32:07.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 14:04:28 UTC 2012 - lnus...@suse.de
+
+- omit debug packages from checks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-tests.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/run new/rpmlint-tests/run
--- old/rpmlint-tests/run       2012-05-23 15:32:49.000000000 +0200
+++ new/rpmlint-tests/run       2012-06-18 16:03:18.000000000 +0200
@@ -52,6 +52,9 @@
 find output/packages -name '*.rpm' -and -not -name *.src.rpm > output/tocheck
 while read f; do
        name="`rpm --qf '%{name}\n' -qp $f`"
+       if [ "$name" != "${name%debugsource}" -o "$name" != "${name%debuginfo}" 
 ]; then
+               continue
+       fi
        echo -n "checking $f ... "
        check "$name" "$f" > output/$name.out || true
        sed -i "s/^$name\.[^:]\+: /$name: /" output/$name.out
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug.ignore 
new/rpmlint-tests/tests/debug.ignore
--- old/rpmlint-tests/tests/debug.ignore        2012-05-23 15:32:49.000000000 
+0200
+++ new/rpmlint-tests/tests/debug.ignore        2012-06-18 16:03:18.000000000 
+0200
@@ -1,3 +1,3 @@
-#addFilter(" files-duplicate")
+addFilter(" unstripped-binary-or-object")
 addFilter(" no-manual-page-for-binary ")
 #addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug.ref 
new/rpmlint-tests/tests/debug.ref
--- old/rpmlint-tests/tests/debug.ref   2012-05-23 15:32:49.000000000 +0200
+++ new/rpmlint-tests/tests/debug.ref   2012-06-18 16:03:18.000000000 +0200
@@ -1,6 +1,5 @@
-debug: W: unstripped-binary-or-object /usr/bin/t
 debug: W: static-library-without-symtab /usr/lib/foo/t2.a
 debug: W: static-library-without-debuginfo /usr/lib/foo/t.a
 debug: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t.a
 debug: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t2.a
-1 packages and 0 specfiles checked; 2 errors, 3 warnings.
+1 packages and 0 specfiles checked; 2 errors, 2 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug1.ignore 
new/rpmlint-tests/tests/debug1.ignore
--- old/rpmlint-tests/tests/debug1.ignore       2012-05-23 15:32:49.000000000 
+0200
+++ new/rpmlint-tests/tests/debug1.ignore       2012-06-18 16:03:18.000000000 
+0200
@@ -1,3 +1,3 @@
-#addFilter(" files-duplicate")
+addFilter(" unstripped-binary-or-object")
 addFilter(" no-manual-page-for-binary ")
 #addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug1.ref 
new/rpmlint-tests/tests/debug1.ref
--- old/rpmlint-tests/tests/debug1.ref  2012-05-23 15:32:49.000000000 +0200
+++ new/rpmlint-tests/tests/debug1.ref  2012-06-18 16:03:18.000000000 +0200
@@ -1,6 +1,5 @@
-debug1: W: unstripped-binary-or-object /usr/bin/t
 debug1: W: static-library-without-symtab /usr/lib/foo/t2.a
 debug1: W: static-library-without-debuginfo /usr/lib/foo/t.a
 debug1: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t.a
 debug1: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t2.a
-1 packages and 0 specfiles checked; 2 errors, 3 warnings.
+1 packages and 0 specfiles checked; 2 errors, 2 warnings.

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

Reply via email to