forked from pool/libvirt
- 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
This commit is contained in:
parent
e214671409
commit
4b5a0e883b
@ -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
|
Mon Jan 9 15:45:33 MST 2012 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@ BuildRequires: libnetcontrol-devel >= 0.2.0
|
|||||||
%endif
|
%endif
|
||||||
%if %{with_network}
|
%if %{with_network}
|
||||||
BuildRequires: dnsmasq >= 2.41
|
BuildRequires: dnsmasq >= 2.41
|
||||||
BuildRequires: iptables-devel
|
BuildRequires: iptables
|
||||||
BuildRequires: radvd
|
BuildRequires: radvd
|
||||||
%endif
|
%endif
|
||||||
%if %{with_nwfilter}
|
%if %{with_nwfilter}
|
||||||
|
Loading…
Reference in New Issue
Block a user