]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: make autobuild require rpm build deps
authorEric Blake <eblake@redhat.com>
Sat, 14 Sep 2013 11:29:42 +0000 (05:29 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 16 Sep 2013 15:35:05 +0000 (09:35 -0600)
commit6ccf92abfe5ec7719d7f8cbee8e6eb8e13159b33
tree1551c883d7a520202a023de48823126d821485bd
parente62e0094dcd0ca1484491a9cc62919473b647f11
build: make autobuild require rpm build deps

I spent far too long on a new machine trying to figure out why
./autobuild.sh failed due to an rpm build failure (complaining
that libvirt_parthelper was supposed to be packaged but was not
built), and finally traced it to a missing parted-devel
installation.  I learned that --nodeps is in place for
autobuilder setups, but for developers, removing it would make
rpmbuild error out much sooner for a less cryptic failure.

* autobuild.sh: Conditionally drop --nodeps from rpmbuild lines.

Signed-off-by: Eric Blake <eblake@redhat.com>
autobuild.sh