Hello community, here is the log from the commit of package rpmlint-tests for openSUSE:Factory checked in at 2014-03-09 20:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-tests (Old) and /work/SRC/openSUSE:Factory/.rpmlint-tests.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-tests" Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes 2014-02-11 10:45:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 2014-03-09 20:24:57.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 7 09:44:20 UTC 2014 - [email protected] + +- add appdata check + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-tests-1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata1.ignore new/rpmlint-tests-1/tests/appdata1.ignore --- old/rpmlint-tests-1/tests/appdata1.ignore 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata1.ignore 2014-03-07 09:57:05.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-1/tests/appdata1.ref new/rpmlint-tests-1/tests/appdata1.ref --- old/rpmlint-tests-1/tests/appdata1.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata1.ref 2014-03-07 09:57:05.000000000 +0100 @@ -0,0 +1,2 @@ +appdata1: W: invalid-xml-in-appdata /usr/share/appdata/gnome-power-statistics.appdata.xml +1 packages and 0 specfiles checked; 0 errors, 1 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata1.spec new/rpmlint-tests-1/tests/appdata1.spec --- old/rpmlint-tests-1/tests/appdata1.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata1.spec 2014-03-07 09:57:05.000000000 +0100 @@ -0,0 +1,71 @@ +Name: appdata1 +Version: 0 +Release: 0 +Group: Development/Tools/Building +Summary: Check validation of appdata.xml +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/share/appdata + +cat > %buildroot/usr/share/appdata/gnome-power-statistics.appdata.xml <<'EOF' +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2013 First Lastname <[email protected]> --> +<application> + <id type="desktop">gnome-power-statistics.desktop</id> + <licence>CC0</licence> + <name>Power Statistics</name> + <summary>Observe power management</summary> + <description> + <p> + Power Statistics is a program used to view historical and current battery + information and will show programs running on your computer using power. + + &error + </p> + <p>Example list:</p> + <ul> + <li>First item</li> + <li>Second item</li> + </ul> + <p> + You probably only need to install this application if you are having problems + with your laptop battery, or are trying to work out what programs are using + significant amounts of power. + </p> + </description> + <screenshots> + <screenshot type="default" width="800" height="600">http://www.hughsie.com/en_US/main.png</screenshot> + <screenshot width="800" height="600">http://www.hughsie.com/en_US/preferences.png</screenshot> + </screenshots> + <url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url> + <updatecontact>[email protected]</updatecontact> + <project_group>GNOME</project_group> +</application> +EOF + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +/usr/share/appdata + +%changelog +* Mon Apr 18 2011 [email protected] +- dummy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata2.ignore new/rpmlint-tests-1/tests/appdata2.ignore --- old/rpmlint-tests-1/tests/appdata2.ignore 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata2.ignore 2014-03-07 09:57:05.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-1/tests/appdata2.ref new/rpmlint-tests-1/tests/appdata2.ref --- old/rpmlint-tests-1/tests/appdata2.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata2.ref 2014-03-07 09:57:05.000000000 +0100 @@ -0,0 +1 @@ +1 packages and 0 specfiles checked; 0 errors, 0 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata2.spec new/rpmlint-tests-1/tests/appdata2.spec --- old/rpmlint-tests-1/tests/appdata2.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/appdata2.spec 2014-03-07 09:57:05.000000000 +0100 @@ -0,0 +1,69 @@ +Name: appdata2 +Version: 0 +Release: 0 +Group: Development/Tools/Building +Summary: Check validation of appdata.xml +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/share/appdata + +cat > %buildroot/usr/share/appdata/gnome-power-statistics.appdata.xml <<'EOF' +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2013 First Lastname <[email protected]> --> +<application> + <id type="desktop">gnome-power-statistics.desktop</id> + <licence>CC0</licence> + <name>Power Statistics</name> + <summary>Observe power management</summary> + <description> + <p> + Power Statistics is a program used to view historical and current battery + information and will show programs running on your computer using power. + </p> + <p>Example list:</p> + <ul> + <li>First item</li> + <li>Second item</li> + </ul> + <p> + You probably only need to install this application if you are having problems + with your laptop battery, or are trying to work out what programs are using + significant amounts of power. + </p> + </description> + <screenshots> + <screenshot type="default" width="800" height="600">http://www.hughsie.com/en_US/main.png</screenshot> + <screenshot width="800" height="600">http://www.hughsie.com/en_US/preferences.png</screenshot> + </screenshots> + <url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url> + <updatecontact>[email protected]</updatecontact> + <project_group>GNOME</project_group> +</application> +EOF + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +/usr/share/appdata + +%changelog +* Mon Apr 18 2011 [email protected] +- dummy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/rclink6.ref new/rpmlint-tests-1/tests/rclink6.ref --- old/rpmlint-tests-1/tests/rclink6.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/rclink6.ref 2014-02-27 10:15:02.000000000 +0100 @@ -0,0 +1,3 @@ +rclink6: W: zero-length /usr/lib/systemd/system/blah.service +rclink6: W: dangling-symlink /usr/sbin/rcblah /usr/sbin/service +1 packages and 0 specfiles checked; 0 errors, 2 warnings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmlint-tests-1/tests/rclink6.spec new/rpmlint-tests-1/tests/rclink6.spec --- old/rpmlint-tests-1/tests/rclink6.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/rpmlint-tests-1/tests/rclink6.spec 2014-02-27 10:15:02.000000000 +0100 @@ -0,0 +1,41 @@ +Name: rclink6 +Version: 0 +Release: 0 +Group: Development/Tools/Building +Summary: Test with service and /usr/sbin/service rclink +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/etc/init.d +install -d -m 755 %buildroot/usr/lib/systemd/system +install -d -m 755 %buildroot/usr/sbin +install -m 644 /dev/null %buildroot/usr/lib/systemd/system/blah.service +ln -s /usr/sbin/service %buildroot%_sbindir/rcblah + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root) +#/etc/init.d/* +/usr/lib/systemd/system/* +/usr/sbin/* + +%changelog +* Thu Feb 06 2014 [email protected] +- dummy -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
