[gnome-software/wip/hughsie/no-global-cache: 7/8] trivial: Always set a package name on the example AppStream XML



commit 33cad3ea1b283cf378659439cfea46b5e72d4103
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 22 16:53:00 2018 +0000

    trivial: Always set a package name on the example AppStream XML
    
    If this is left out the component may be converted to a MATCH_ANY_PREFIX GsApp.

 plugins/core/gs-self-test.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/core/gs-self-test.c b/plugins/core/gs-self-test.c
index 7c7a4fb7..8a438659 100644
--- a/plugins/core/gs-self-test.c
+++ b/plugins/core/gs-self-test.c
@@ -208,6 +208,7 @@ main (int argc, char **argv)
                "    <name>test</name>\n"
                "    <summary>Test</summary>\n"
                "    <icon type=\"stock\">system-file-manager</icon>\n"
+               "    <pkgname>arachne</pkgname>\n"
                "  </component>\n"
                "  <component type=\"os-upgrade\">\n"
                "    <id>org.fedoraproject.Fedora-25</id>\n"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]