[libvirt] [PATCHv2] spec: add missing dep of libvirt-daemon-config-network

Martin Kletzander mkletzan at redhat.com
Wed Feb 12 21:26:07 UTC 2014


On Wed, Feb 12, 2014 at 01:25:11PM -0700, Eric Blake wrote:
> From: Thierry Parmentelat <thierry.parmentelat at inria.fr>
>
> When building modules, libvirt-daemon-config-network requires
> libvirt-daemon-driver-network to ensure the 'default' network
> is setup properly
>
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>
> v2: make dep dependent on whether subpackage is created
>
>  libvirt.spec.in | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index 4d804e6..d3e6048 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -720,6 +720,9 @@ Summary: Default configuration files for the libvirtd daemon
>  Group: Development/Libraries
>
>  Requires: libvirt-daemon = %{version}-%{release}
> +        %if %{with_driver_modules}
> +Requires: libvirt-daemon-driver-network = %{version}-%{release}
> +        %endif
>
>  %description daemon-config-network
>  Default configuration files for setting up NAT based networking
> --
> 1.8.5.3
>

ACK.

Shouldn't the same be done with the daemon-config-nwfilter package?
ACK for that too if you want to add it to this patch (or separately).

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140212/601e521b/attachment-0001.sig>


More information about the libvir-list mailing list