stages/rpm.macros: allow setting of _dbpath

Allow setting the database path via the `_dbpath` variable.
This commit is contained in:
Christian Kellner 2022-08-09 14:43:53 +02:00 committed by Achilleas Koutsou
parent c28269f8d9
commit b33f178a11

View file

@ -33,6 +33,10 @@ SCHEMA = r"""
"items": {
"type": "string"
}
},
"_dbpath": {
"description": "Specify the rpm database path.",
"type": "string"
}
}
}