]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: allow bootstrap in a sandbox
authorEric Blake <eblake@redhat.com>
Wed, 7 Dec 2011 16:26:57 +0000 (09:26 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 8 Dec 2011 21:37:15 +0000 (14:37 -0700)
commitf48ab7d888fd72604dab67034c87da31fa8d0d27
tree8de8973df34373aef2c809639601bc7bf447b79e
parentf21d49144fadf6fbe2fa0d846228a4f7e3713953
maint: allow bootstrap in a sandbox

Jiri Denemark reported an instance of bootstrapping libvirt
failing when run inside a sandbox, traced to rpm trying to
access /var/ which was not permitted by the sandbox.

Alex Jia reported that 0.9.8-rc1 failed to bootstrap if patch(1)
is not installed.

* bootstrap.conf (buildreq): Avoid rpm call if python-config
exists.  Also, require patch, in case we have gnulib-local diffs.
bootstrap.conf