Split rpmbuild dependencies to separate _rpmb module
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 15:31:32 +0000 (18:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 15:31:32 +0000 (18:31 +0300)
commit8169bbde6934637ed7be58e18103330c1d5e4546
tree0d9ca014d272addf6fc72c3f51486244eb64f9dc
parentbc9b86ae5c14e093078506b533cede3c5f1f5ab9
Split rpmbuild dependencies to separate _rpmb module
- installers and the like dont need the pile of poo called librpmbuild for
  anything, avoid dragging it in needlessly
- import _rpmb into rpm namespace if available but dont complain if
  its not there
- arrange ts.parseSpec() compatibility on python side by dynamically
  importing _rpmb if possible
python/Makefile.am
python/rpm/__init__.py
python/rpm/transaction.py
python/rpmmodule.c
python/rpmts-py.c
python/spec-py.c
python/spec-py.h