From 12a779390005e072c9f6e1bd0e3acdcf472d6d12 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 2 Nov 2020 23:18:59 +0100 Subject: [PATCH] spec: require python3-jsonschema (hub plugin) The hub plugin uses jsonschema, so it must explicitly depend on it. The dependency is installed "by hand" in the container since by default, the plugin is not installed via the RPM, but copied from the source repository and thus all dependencies must be present already. --- koji-osbuild.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/koji-osbuild.spec.in b/koji-osbuild.spec.in index 59e57ab..6c890e7 100644 --- a/koji-osbuild.spec.in +++ b/koji-osbuild.spec.in @@ -23,6 +23,7 @@ Koji integration for osbuild composer. Summary: Koji hub plugin for osbuild composer integration Requires: %{name} = %{version}-%{release} Requires: koji-hub +Requires: python3-jsonschema %description hub Koji hub plugin for osbuild composer integration.