diff --git a/packit_service/constants.py b/packit_service/constants.py index 71c04ff07..a340f6a14 100644 --- a/packit_service/constants.py +++ b/packit_service/constants.py @@ -134,6 +134,7 @@ "epel-7": "centos-7", "epel-8": "centos-stream-8", "epel-9": "centos-stream-9", + "epel-10": "centos-stream-10", } DEFAULT_MAPPING_INTERNAL_TF = { @@ -141,6 +142,7 @@ "epel-7": "rhel-7", "epel-8": "rhel-8", "epel-9": "centos-stream-9", + "epel-10": "centos-stream-10", } COMMENT_REACTION = "eyes"