Hello community, here is the log from the commit of package rpmlint-tests for openSUSE:Factory checked in at 2012-05-26 09:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-08 19:45:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 2012-05-26 09:28:31.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 23 13:33:21 UTC 2012 - [email protected] + +- add pam test case + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-tests.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/pam1.ignore new/rpmlint-tests/tests/pam1.ignore --- old/rpmlint-tests/tests/pam1.ignore 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/pam1.ignore 2012-05-23 15:32:49.000000000 +0200 @@ -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/pam1.ref new/rpmlint-tests/tests/pam1.ref --- old/rpmlint-tests/tests/pam1.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/pam1.ref 2012-05-23 15:32:49.000000000 +0200 @@ -0,0 +1,2 @@ +pam1: W: suse-pam-unauthorized-module pam_foobar.so +1 packages and 0 specfiles checked; 0 errors, 1 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/pam1.spec new/rpmlint-tests/tests/pam1.spec --- old/rpmlint-tests/tests/pam1.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/pam1.spec 2012-05-23 15:32:49.000000000 +0200 @@ -0,0 +1,39 @@ +Name: pam1 +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/lib/security +install -d -m 755 %buildroot/usr/lib/security +echo 4711 > %buildroot/lib/security/pam_foobar.so +echo 4711 > %buildroot/usr/lib/security/pam_nologin.so + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +/usr/lib/security +/lib/security + +%changelog +* Mon Apr 18 2011 [email protected] +- dummy -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
