Skip to content
Snippets Groups Projects
Commit 527cf925 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

control: Drop Depends on firewalld

libvirt needs to integrate with firewalld to ensure that the
packet filtering rules it creates to implement guest networking
work as expected and don't get in the way, but if firewalld is
not present on the system there is no loss of functionality.

Hence the dependency is not justified, even as the non-default
option.
parent 96d37752
No related branches found
No related tags found
1 merge request!237Several fixes and improvements to dependencies
......@@ -612,7 +612,7 @@ Architecture: linux-any
Multi-arch: no
Depends:
dnsmasq-base,
iptables | firewalld,
iptables,
libvirt-common (= ${binary:Version}),
libvirt-daemon (= ${binary:Version}),
libvirt0 (= ${binary:Version}),
......
......@@ -612,7 +612,7 @@ Architecture: linux-any
Multi-arch: no
Depends:
dnsmasq-base,
iptables | firewalld,
iptables,
libvirt-common (= ${binary:Version}),
libvirt-daemon (= ${binary:Version}),
libvirt0 (= ${binary:Version}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment