Hello community, here is the log from the commit of package rpmlint-tests for openSUSE:Factory checked in at 2012-02-14 19:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-12-01 12:26:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 2012-02-14 19:07:25.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Jan 31 11:03:20 UTC 2012 - [email protected] + +- add test for buildroot check + +------------------------------------------------------------------- +Tue Dec 20 11:07:53 UTC 2011 - [email protected] + +- suse-filelist-empty is not fatal anymore + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-tests.spec ++++++ --- /var/tmp/diff_new_pack.mQGgcH/_old 2012-02-14 19:07:26.000000000 +0100 +++ /var/tmp/diff_new_pack.mQGgcH/_new 2012-02-14 19:07:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 ++++++ rpmlint-tests.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.ignore new/rpmlint-tests/tests/buildroot.ignore --- old/rpmlint-tests/tests/buildroot.ignore 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/buildroot.ignore 2012-01-31 11:37:50.000000000 +0100 @@ -0,0 +1,3 @@ +#addFilter(" files-duplicate") +#addFilter(" no-manual-page-for-binary ") +#addFilter(" no-binary") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.ref new/rpmlint-tests/tests/buildroot.ref --- old/rpmlint-tests/tests/buildroot.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/buildroot.ref 2012-01-31 11:37:50.000000000 +0100 @@ -0,0 +1,2 @@ +buildroot: E: file-contains-buildroot (Badness: 10000) /usr/lib/dummy/somefile +1 packages and 0 specfiles checked; 1 errors, 0 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/buildroot.spec new/rpmlint-tests/tests/buildroot.spec --- old/rpmlint-tests/tests/buildroot.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/buildroot.spec 2012-01-31 11:37:50.000000000 +0100 @@ -0,0 +1,36 @@ +Name: buildroot +Version: 0 +Release: 0 +Group: Development/Tools/Building +Summary: Lorem ipsum +License: GPL-2.0+ +BuildRoot: %_tmppath/%name-%version-build +Url: http://www.opensuse.org/ +BuildArch: noarch + +%description +Lorem ipsum dolor sit amet, consectetur adipisici elit, sed +eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim +ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut +aliquid ex ea commodi consequat. Quis aute iure reprehenderit in +voluptate velit esse cillum dolore eu fugiat nulla pariatur. +Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui +officia deserunt mollit anim id est laborum. + +%prep +%build + +%install +install -d -m 755 %buildroot/usr/lib/dummy +echo foo %buildroot/bar baz > %buildroot/usr/lib/dummy/somefile + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +/usr/lib/dummy + +%changelog +* Mon Apr 18 2011 [email protected] +- dummy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/empty.ref new/rpmlint-tests/tests/empty.ref --- old/rpmlint-tests/tests/empty.ref 2011-11-29 13:39:07.000000000 +0100 +++ new/rpmlint-tests/tests/empty.ref 2012-01-31 11:37:50.000000000 +0100 @@ -1,2 +1,2 @@ -empty: E: suse-filelist-empty (Badness: 10000) packages without any files are not allowed in SUSE -1 packages and 0 specfiles checked; 1 errors, 0 warnings. +empty: W: suse-filelist-empty packages without any files are discouraged in SUSE +1 packages and 0 specfiles checked; 0 errors, 1 warnings. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
