Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2011-12-21 10:03:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2011-12-07 14:39:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2011-12-21 10:03:08.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 20 10:14:40 UTC 2011 - [email protected] + +- ignore empty rpm as in 09-check-packaged-twice as those will be + detected by rpmlint rules with a clear message + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ new.diff ++++++ --- /var/tmp/diff_new_pack.NaTpDZ/_old 2011-12-21 10:03:09.000000000 +0100 +++ /var/tmp/diff_new_pack.NaTpDZ/_new 2011-12-21 10:03:09.000000000 +0100 @@ -1,8 +1,8 @@ Index: post-build-checks-1.0/checks/09-check-packaged-twice =================================================================== --- post-build-checks-1.0.orig/checks/09-check-packaged-twice 2011-10-20 11:57:54.000000000 +0200 -+++ post-build-checks-1.0/checks/09-check-packaged-twice 2011-12-07 10:59:53.350691785 +0100 -@@ -1,61 +1,74 @@ ++++ post-build-checks-1.0/checks/09-check-packaged-twice 2011-12-20 10:12:34.056044906 +0000 +@@ -1,61 +1,76 @@ -#!/usr/bin/perl +#!/usr/bin/perl -w # search for files packaged more than once @@ -64,6 +64,8 @@ + my @files = <FILES>; + chomp @files; + close FILES; ++ # ignore empty rpm as rpmlint will catch them ++ @files = grep {!/^\(none\)/} @files; + # ignore dirs + @files = grep {!/^d/} @files; + for my $file (@files) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
