From 460a8dea0e1d3be4d12a5e313630af8ec4f1ed00 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Apr 20 2017 07:28:09 +0000 Subject: config: Add sha512 as valid createrepo checksum Relates: #591 Signed-off-by: Lubomír Sedlář --- diff --git a/pungi/checks.py b/pungi/checks.py index db0b677..b8db535 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -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",