From 4b5a0e883b5097af9a627ca047684c644bedd3f61a5937751435b0e1d8c89855 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 11 Jan 2012 16:36:57 +0000 Subject: [PATCH] - During configure, libvirt checks for availability of iptables binary and doesn't actually use anything from iptables-devel package, hence only need 'BuildRequires: iptables'. OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=189 --- libvirt.changes | 7 +++++++ libvirt.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 06efe30..dbb2a95 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 11 09:32:28 MST 2012 - jfehlig@suse.com + +- During configure, libvirt checks for availability of iptables + binary and doesn't actually use anything from iptables-devel + package, hence only need 'BuildRequires: iptables'. + ------------------------------------------------------------------- Mon Jan 9 15:45:33 MST 2012 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index c72e138..424236d 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -269,7 +269,7 @@ BuildRequires: libnetcontrol-devel >= 0.2.0 %endif %if %{with_network} BuildRequires: dnsmasq >= 2.41 -BuildRequires: iptables-devel +BuildRequires: iptables BuildRequires: radvd %endif %if %{with_nwfilter}