diff --git a/rules/python3.json b/rules/python3.json index 1e2d6a0..f6c8421 100644 --- a/rules/python3.json +++ b/rules/python3.json @@ -41,6 +41,11 @@ "os": "linux", "distribution": "redhat", "versions": ["8"] + }, + { + "os": "linux", + "distribution": "rockylinux", + "versions": ["8"] } ] }, @@ -79,7 +84,8 @@ "constraints": [ { "os": "linux", - "distribution": "rockylinux" + "distribution": "rockylinux", + "versions": ["9"] }, { "os": "linux", diff --git a/rules/redland.json b/rules/redland.json index fe5e07b..8bb3731 100644 --- a/rules/redland.json +++ b/rules/redland.json @@ -43,7 +43,7 @@ { "os": "linux", "distribution": "rockylinux", - "versions": ["9"] + "versions": ["8"] } ] }, diff --git a/rules/tesseract.json b/rules/tesseract.json index 810b85c..20f724b 100644 --- a/rules/tesseract.json +++ b/rules/tesseract.json @@ -49,16 +49,7 @@ "os": "linux", "distribution": "centos", "versions": ["8"] - } - ] - }, - { - "pre_install": [ - { "command": "dnf install -y dnf-plugins-core" }, - { "command": "dnf config-manager --set-enabled powertools" } - ], - "packages": ["tesseract-devel"], - "constraints": [ + }, { "os": "linux", "distribution": "rockylinux",