From b33f178a11632f3b42b6cf0f68ce43a3bcae0152 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 9 Aug 2022 14:43:53 +0200 Subject: [PATCH] stages/rpm.macros: allow setting of `_dbpath` Allow setting the database path via the `_dbpath` variable. --- stages/org.osbuild.rpm.macros | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stages/org.osbuild.rpm.macros b/stages/org.osbuild.rpm.macros index 6f5ebf70..a60946f8 100755 --- a/stages/org.osbuild.rpm.macros +++ b/stages/org.osbuild.rpm.macros @@ -33,6 +33,10 @@ SCHEMA = r""" "items": { "type": "string" } + }, + "_dbpath": { + "description": "Specify the rpm database path.", + "type": "string" } } }