From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] libvirt: Depend on ebtables Date: Wed, 19 Aug 2020 16:08:10 +0200 Message-ID: <20200819140810.9149-2-michael.tremer@ipfire.org> In-Reply-To: <20200819140810.9149-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5681702406333099135==" List-Id: --===============5681702406333099135== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable libvirtd requires this to create some custom firewall rules Reported-by: Daniel Weism=C3=BCller Signed-off-by: Michael Tremer --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index f41b32e46..4d8fe806f 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,9 +33,9 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D i586 x86_64 PROG =3D libvirt -PAK_VER =3D 22 +PAK_VER =3D 23 =20 -DEPS =3D libpciaccess libyajl ncat qemu +DEPS =3D ebtables libpciaccess libyajl ncat qemu =20 ############################################################################= ### # Top-level Rules --=20 2.12.2 --===============5681702406333099135==--