appstream-util validate --nonet /builddir/build/BUILDROOT/RemoteBox-2.0-1.fc25.noarch/usr/share/appdata/remotebox.appdata.xml
/builddir/build/BUILDROOT/RemoteBox-2.0-1.fc25.noarch/usr/share/appdata/remotebox.appdata.xml: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
FAILED:
? tag-missing : <translation> not specified
Validation of files failed</translation>
Yaakov Selkowitz 2016-02-19 19:45:06 CET
Culprit is definitely libappstream-glib; support for the <translation> tag was just added in 0.5.8:</translation>
https://github.com/hughsie/appstream-glib/commit/cef24105dd7466fa9f872d6857ad3b3a560a43c1
It shouldn't be mandatory though, and RemoteBox isn't translate
https://bugzilla.redhat.com/show_bug.cgi?id=1306664
I've added <translation> to the appdata file which will appear in the next release. This should silence appstream-util</translation>