rpm: implement a wrapper module for rpm lib
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 16 Aug 2013 10:26:54 +0000 (13:26 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
commit365ca88ab6e5d64ab381348b33a4b88abd04bd2c
treefab733dfd4ee475ead54b7aec5fc89389e9d3814
parente2739d24252ea3651deba9fd6ff1ec9f6f86a245
rpm: implement a wrapper module for rpm lib

Intended for capturing the rpm lib logging output.

NOTE! The new module is named 'lib_rpm.py' (and not 'librpm.py') because
of a bug in python-nose: some name clash makes nosetests --with-xunit
fail in this case.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/rpm/__init__.py
gbp/rpm/lib_rpm.py [new file with mode: 0644]