From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Date: Tue, 07 Feb 2023 14:01:16 +0100 Message-ID: <20230207130120.1311417-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8768016258858572352==" List-Id: --===============8768016258858572352== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Adolf Belka --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index 6058355ca..ebe777bc2 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 32 +PAK_VER = 33 -DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu +DEPS = ebtables libpciaccess libyajl ncat qemu SERVICES = libvirtd virtlogd -- 2.39.1 --===============8768016258858572352==--