Comment 1 for bug 1769572

Revision history for this message
In , Bluesabre-1 (bluesabre-1) wrote :

From https://bugs.launchpad.net/catfish-search/+bug/1769572

Validating catfish.appdata.xml using appstream-util fails like below:

$ appstream-util validate-relax --nonet ./catfish-1.4.5/_TMPINSTDIR/python2/usr/share/metainfo/catfish.appdata.xml
./catfish-1.4.5/_TMPINSTDIR/python2/usr/share/metainfo/catfish.appdata.xml: FAILED:
• attribute-invalid : <release> timestamp is in the future
Validation of files failed

This is because the file data/metainfo/catfish.appdata.xml.in has entry:
     96 <release version="1.2.0" date="2018-08-16">
... which is newer than
     89 <release version="1.2.1" date="2014-08-19">

Perhaps the release date for 1.2.0 should be 2014-08-16.