catfish.appdata.xml has incorrect timestamp entry
Bug #1769572 reported by
Mamoru TASAKA
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Catfish |
Fix Released
|
Medium
|
Bug Description
Validating catfish.appdata.xml using appstream-util fails like below:
$ appstream-util validate-relax --nonet ./catfish-
./catfish-
• attribute-invalid : <release> timestamp is in the future
Validation of files failed
This is because the file data/metainfo/
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.
Changed in catfish-search: | |
importance: | Undecided → Unknown |
status: | New → Unknown |
Changed in catfish-search: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in catfish-search: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
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 1.4.5/_ TMPINSTDIR/ python2/ usr/share/ metainfo/ catfish. appdata. xml: FAILED:
./catfish-
• 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.