From b975c0fbc2f1eb2e122cd8d8b543e20b9e81505d Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Sun, 24 Nov 2024 22:09:55 +0100 Subject: [PATCH] Update libjq.json --- rules/libjq.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rules/libjq.json b/rules/libjq.json index bf56f0c..f9552e2 100644 --- a/rules/libjq.json +++ b/rules/libjq.json @@ -59,6 +59,19 @@ } ] }, + { + "packages": ["jq-devel"], + "pre_install": [ + { "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" } + ], + "constraints": [ + { + "os": "linux", + "distribution": "redhat", + "versions": ["8"] + } + ] + }, { "packages": ["jq-devel"], "pre_install": [