rpm helpers: add support for gbp-specific rpmlib
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 1 Jun 2012 08:19:36 +0000 (11:19 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:05 +0000 (14:20 +0300)
commit01376e9e79b53d041b4b1afcd992500978cdb452
tree47572ff2e9d0d61046b0745666e893916ca37634
parentc2249b1b28fda860c0ad8bd66bd4df012410b6a7
rpm helpers: add support for gbp-specific rpmlib

Adds support to use a special rpmlib, defined by rpm packaging policy.
This makes it possible to use the target distro's rpmlib. That is, parse
spec files for target distros (and architectures) incompatible with your
host system.

With the default RpmPkgPolicy, GBP tries to import "rpmlibgbp".

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/rpm/__init__.py
gbp/rpm/policy.py