appstream: Fix validation problems
Rename the file to match its ID, add developer tag, and extend the description. This fixes all issues with `appstreamcli validate`: > I: org.cockpit_project.starter_kit:10: description-first-para-too-short > Scaffolding for a cockpit module. > I: org.cockpit_project.starter_kit:~: developer-info-missing > W: org.cockpit_project.starter_kit:~: metainfo-filename-cid-mismatch
This commit is contained in:
parent
7362dc0e04
commit
c3b8acec33
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ TARFILE=$(RPM_NAME)-$(VERSION).tar.xz
|
|||
NODE_CACHE=$(RPM_NAME)-node-$(VERSION).tar.xz
|
||||
SPEC=$(RPM_NAME).spec
|
||||
PREFIX ?= /usr/local
|
||||
APPSTREAMFILE=org.cockpit-project.$(PACKAGE_NAME).metainfo.xml
|
||||
APPSTREAMFILE=org.cockpit_project.$(subst -,_,$(PACKAGE_NAME)).metainfo.xml
|
||||
VM_IMAGE=$(CURDIR)/test/images/$(TEST_OS)
|
||||
# stamp file to check for node_modules/
|
||||
NODE_MODULES_TEST=package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue