Allow "RequiresRoot: 'yes'" in metadata

This commit is contained in:
FestplattenSchnitzel 2021-12-20 10:27:19 +01:00
parent 30e6cc9e38
commit 22dbec00fb

View file

@ -542,7 +542,10 @@
"RequiresRoot": {
"description": "Set this optional field to “Yes” if the application requires root privileges to be usable.",
"type": "string",
"enum": ["True"]
"enum": [
"True",
"yes"
]
},
"ArchivePolicy": {
"description": "This determines the policy for moving old versions of an app to the archive repo, if one is configured. Currently the only supported format is “n versions”, where n is the number of versions to keep. Defaults to “3 versions”.",