]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: remove redundant %if
authorEric Blake <eblake@redhat.com>
Wed, 9 Jan 2013 18:39:45 +0000 (11:39 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 10 Jan 2013 21:07:30 +0000 (14:07 -0700)
commit86007cba4c23b1b13e7e27af265a1bcdc4392483
tree490ec55f4769ab86e0d23ffebcbd0c5ca39d7b2e
parent7a4bf34b56a8095063a077de365a32ccdd2194e8
spec: remove redundant %if

The daemon-driver-{qemu,lxc} packages are only built if
%{with_driver_modules} is specified, so they do not need to
further test this condition.  Likewise, the daemon package
is only built if %{with_libvirtd} is specified, so it does
not need to further test this condition.

* libvirt.spec.in (daemon-driver-qemu, daemon-driver-lxc):
Unconditionally require libvirt-daemon-driver-network.
(daemon): Unconditionally include lock-driver files.
libvirt.spec.in