config: Add sha512 as valid createrepo checksum

Relates: #591
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-04-19 16:04:22 +02:00
parent 610c4ec596
commit 460a8dea0e
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ def _make_schema():
"createrepo_checksum": {
"type": "string",
"default": "sha256",
"enum": ["sha", "sha256"],
"enum": ["sha", "sha256", "sha512"],
},
"createrepo_use_xz": {
"type": "boolean",