diff --git a/pungi/checks.py b/pungi/checks.py index db0b677d..b8db535a 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",