From c48ea7fc7aaef1489be3827612071be06f138b1b Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Mon, 9 Aug 2021 01:57:58 -0700 Subject: [PATCH] adjust schema files for Rocky --- schemas/fif-distri.json | 2 +- schemas/fif-version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/fif-distri.json b/schemas/fif-distri.json index 9b4dc560..78167a52 100644 --- a/schemas/fif-distri.json +++ b/schemas/fif-distri.json @@ -2,5 +2,5 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "fif-distri.json", "title": "FIF distri schema", - "const": "fedora" + "const": "rocky" } diff --git a/schemas/fif-version.json b/schemas/fif-version.json index c08fc9b5..45452268 100644 --- a/schemas/fif-version.json +++ b/schemas/fif-version.json @@ -3,5 +3,5 @@ "$id": "fif-version.json", "title": "FIF version schema", "type": "string", - "pattern": "^([*]|[[:digit:]]{1,3}|Rawhide)$" + "pattern": "^([*]|[[:digit:]]{1,3}|GreenObsidian)$" }