https://bugzilla.redhat.com/show_bug.cgi?id=1190056



--- Comment #2 from Mario Blättermann <[email protected]> ---
The following issues from rpmlint should be investigated:

kgraphviewer.x86_64: W: incoherent-version-in-changelog 0.2.0-1
['2.2.0-1.fc21', '2.2.0-1']
The latest entry in %changelog contains a version identifier that is not
coherent with the epoch:version-release tuple of the package.

But look at the spec file:

%changelog
* Thu Feb 05 2015 Lubomir Rintel <[email protected]> - 0.2.0-1
- Initial packaging

Seems that a %changelog entry in the binary package will be generated which
contains a dist tag.


kgraphviewer.x86_64: E: invalid-appdata-file
/usr/share/appdata/kgraphviewer.appdata.xml
appdata file is not valid, check with appdata-validate

Indeed, there's something to fix:

$ appdata-validate *a.xml
kgraphviewer.appdata.xml 3 problems detected:
• tag-missing           : <updatecontact> is not present
• style-invalid         : Not enough <p> content before <ul>
• style-invalid         : <li> is too short

The second and third issues are bogus and not relevant for a really valid
appdata file, but <updatecontact> should be added. Try to figure out who has
written the appdata file and contact him to add his mail address here.


kgraphviewer-devel.x86_64: W: only-non-binary-in-usr-lib
There are only non binary files in /usr/lib so they should be in /usr/share.

Of course, the symbolic link in %{_kde4_libdir}/ is non-binary. But it has to
be there anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to