Hello community, here is the log from the commit of package rpmlint-tests for openSUSE:Factory checked in at Wed Aug 3 19:27:43 CEST 2011.
-------- --- rpmlint-tests/rpmlint-tests.changes 2011-06-06 14:39:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/rpmlint-tests/rpmlint-tests.changes 2011-07-29 13:49:41.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Jul 29 11:49:32 UTC 2011 - [email protected] + +- fix testsuite + +------------------------------------------------------------------- +Mon Jul 11 11:56:38 UTC 2011 - [email protected] + +- check for false positives in pie test + +------------------------------------------------------------------- +Tue Jun 7 15:26:29 UTC 2011 - [email protected] + +- add polkit test + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-tests.spec ++++++ --- /var/tmp/diff_new_pack.AcD0a4/_old 2011-08-03 19:27:03.000000000 +0200 +++ /var/tmp/diff_new_pack.AcD0a4/_new 2011-08-03 19:27:03.000000000 +0200 @@ -23,7 +23,7 @@ Name: rpmlint-tests Version: 1 -Release: 1 +Release: 3 Group: Development/Tools/Building Summary: rpmlint regression tests License: Public Domain ++++++ rpmlint-tests.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/permissions1.ref new/rpmlint-tests/tests/permissions1.ref --- old/rpmlint-tests/tests/permissions1.ref 2011-05-31 17:00:45.000000000 +0200 +++ new/rpmlint-tests/tests/permissions1.ref 2011-07-29 13:49:06.000000000 +0200 @@ -7,5 +7,5 @@ permissions1: W: permissions-incorrect-owner /bin/su belongs to root:bin but should be root:root permissions1: W: permissions-incorrect /bin/su has mode 0755 but should be 04755 permissions1: E: permissions-file-setuid-bit (Badness: 10000) /bin/ls is packaged with setuid/setgid bits (04755) -permissions1: W: not-a-position-independent-executable /bin/ls +permissions1: W: non-position-independent-executable /bin/ls 1 packages and 0 specfiles checked; 2 errors, 8 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/pie.ignore new/rpmlint-tests/tests/pie.ignore --- old/rpmlint-tests/tests/pie.ignore 2011-05-31 17:00:45.000000000 +0200 +++ new/rpmlint-tests/tests/pie.ignore 2011-07-29 13:49:06.000000000 +0200 @@ -1,3 +1,4 @@ #addFilter(" files-duplicate") addFilter(" no-manual-page-for-binary ") +addFilter(" permissions-missing-(verifyscript|requires|postin) ") #addFilter(" no-binary") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/pie.ref new/rpmlint-tests/tests/pie.ref --- old/rpmlint-tests/tests/pie.ref 2011-05-31 17:00:45.000000000 +0200 +++ new/rpmlint-tests/tests/pie.ref 2011-07-29 13:49:06.000000000 +0200 @@ -1,2 +1,3 @@ +pie: W: permissions-incorrect /bin/mount has mode 0755 but should be 04755 pie: W: non-position-independent-executable /usr/bin/telnet -1 packages and 0 specfiles checked; 0 errors, 1 warnings. +1 packages and 0 specfiles checked; 0 errors, 2 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/pie.spec new/rpmlint-tests/tests/pie.spec --- old/rpmlint-tests/tests/pie.spec 2011-05-31 17:00:45.000000000 +0200 +++ new/rpmlint-tests/tests/pie.spec 2011-07-29 13:49:06.000000000 +0200 @@ -21,6 +21,8 @@ %install install -D -m 755 /bin/ls %buildroot/usr/bin/telnet +install -D -m 755 /bin/mount %buildroot/bin/mount + %clean rm -rf %buildroot @@ -28,6 +30,7 @@ %files %defattr(-,root,root) /usr/bin/telnet +/bin/mount %changelog * Mon Apr 18 2011 [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/polkit.ignore new/rpmlint-tests/tests/polkit.ignore --- old/rpmlint-tests/tests/polkit.ignore 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/polkit.ignore 2011-07-29 13:49:06.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/polkit.ref new/rpmlint-tests/tests/polkit.ref --- old/rpmlint-tests/tests/polkit.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/polkit.ref 2011-07-29 13:49:06.000000000 +0200 @@ -0,0 +1,6 @@ +polkit: I: polkit-untracked-privilege org.opensuse.test.foo (auth_admin:auth_admin:auth_admin) +polkit: I: polkit-untracked-privilege org.opensuse.test.bar (no:auth_admin:auth_admin) +polkit: E: polkit-unauthorized-privilege (Badness: 10000) org.opensuse.test.baz (auth_admin:auth_admin:auth_self) +polkit: E: polkit-unauthorized-privilege (Badness: 10000) org.opensuse.test.baz2 (auth_admin:auth_admin:yes) +polkit: I: polkit-cant-acquire-privilege org.opensuse.test.bar (no:auth_admin:auth_admin) +1 packages and 0 specfiles checked; 2 errors, 0 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests/tests/polkit.spec new/rpmlint-tests/tests/polkit.spec --- old/rpmlint-tests/tests/polkit.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests/tests/polkit.spec 2011-07-29 13:49:06.000000000 +0200 @@ -0,0 +1,80 @@ +Name: polkit +Version: 0 +Release: 0 +Group: Development/Tools/Building +Summary: Lorem ipsum +License: Public Domain +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/share/polkit-1/actions/ +cat <<EOF > %buildroot/usr/share/polkit-1/actions/foo.action +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC + "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" + "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + <action id="org.opensuse.test.foo"> + <defaults> + <allow_any>auth_admin</allow_any> + <allow_inactive>auth_admin</allow_inactive> + <allow_active>auth_admin</allow_active> + </defaults> + </action> + <action id="org.opensuse.test.bar"> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>auth_admin</allow_inactive> + <allow_active>auth_admin</allow_active> + </defaults> + </action> + <action id="org.opensuse.test.baz"> + <defaults> + <allow_any>auth_admin</allow_any> + <allow_inactive>auth_admin</allow_inactive> + <allow_active>auth_self</allow_active> + </defaults> + </action> + <action id="org.opensuse.test.baz2"> + <defaults> + <allow_any>auth_admin</allow_any> + <allow_inactive>auth_admin</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + <action id="org.gnome.policykit.examples.frobnicate"> + <defaults> + <allow_any>yes</allow_any> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> +</policyconfig> +EOF + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +%dir /usr/share/polkit-1/ +%dir /usr/share/polkit-1/actions/ +/usr/share/polkit-1/actions/* + +%changelog +* Mon Apr 18 2011 [email protected] +- dummy ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
