From 379b2a84c5378a7417d1a3be54795e45c5c6e4a5 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Mon, 2 Dec 2024 08:40:25 +0100 Subject: [PATCH] Update libarchive.json --- rules/libarchive.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rules/libarchive.json b/rules/libarchive.json index d7f0156..03005da 100644 --- a/rules/libarchive.json +++ b/rules/libarchive.json @@ -65,6 +65,19 @@ } ] }, + { + "packages": ["libarchive-devel"], + "pre_install": [ + { "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" } + ], + "constraints": [ + { + "os": "linux", + "distribution": "redhat", + "versions": ["8"] + } + ] + }, { "packages": ["libarchive-devel"], "pre_install": [