This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 0216f1ecdd6f08c024c842b724b81cc1f5759ffb (commit) from eefe8acbeab5ab57c3bcba1e2089b3d755086c94 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0216f1ecdd6f08c024c842b724b81cc1f5759ffb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 31 18:39:01 2020 +0200
libvirt: add libtirpc to dependencies
libvirt is linked against libtirpc so this need to installed.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/libvirt b/lfs/libvirt index 4d8fe806f..cd5e32f62 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = libvirt -PAK_VER = 23 +PAK_VER = 24
-DEPS = ebtables libpciaccess libyajl ncat qemu +DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu
############################################################################### # Top-level Rules
hooks/post-receive -- IPFire 2.x development tree