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 419aaf916cb71e413fe4da76624b90e902b91983 (commit) from 5462658ea03ea86d5c093de3eb708d367aa077ac (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 419aaf916cb71e413fe4da76624b90e902b91983 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 13 08:55:24 2022 +0000
libvirt: ship arm cpu configfiles
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/libvirt | 20 ++++++++++---------- lfs/libvirt | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/libvirt b/config/rootfiles/packages/libvirt index b6f639901..e57ead069 100644 --- a/config/rootfiles/packages/libvirt +++ b/config/rootfiles/packages/libvirt @@ -206,16 +206,16 @@ usr/sbin/virtstoraged #usr/share/doc/libvirt/examples/xml/test/testvol.xml #usr/share/libvirt #usr/share/libvirt/cpu_map -#usr/share/libvirt/cpu_map/arm_FT-2000plus.xml -#usr/share/libvirt/cpu_map/arm_Falkor.xml -#usr/share/libvirt/cpu_map/arm_Kunpeng-920.xml -#usr/share/libvirt/cpu_map/arm_Tengyun-S2500.xml -#usr/share/libvirt/cpu_map/arm_ThunderX299xx.xml -#usr/share/libvirt/cpu_map/arm_cortex-a53.xml -#usr/share/libvirt/cpu_map/arm_cortex-a57.xml -#usr/share/libvirt/cpu_map/arm_cortex-a72.xml -#usr/share/libvirt/cpu_map/arm_features.xml -#usr/share/libvirt/cpu_map/arm_vendors.xml +usr/share/libvirt/cpu_map/arm_FT-2000plus.xml +usr/share/libvirt/cpu_map/arm_Falkor.xml +usr/share/libvirt/cpu_map/arm_Kunpeng-920.xml +usr/share/libvirt/cpu_map/arm_Tengyun-S2500.xml +usr/share/libvirt/cpu_map/arm_ThunderX299xx.xml +usr/share/libvirt/cpu_map/arm_cortex-a53.xml +usr/share/libvirt/cpu_map/arm_cortex-a57.xml +usr/share/libvirt/cpu_map/arm_cortex-a72.xml +usr/share/libvirt/cpu_map/arm_features.xml +usr/share/libvirt/cpu_map/arm_vendors.xml usr/share/libvirt/cpu_map/index.xml usr/share/libvirt/cpu_map/ppc64_POWER6.xml usr/share/libvirt/cpu_map/ppc64_POWER7.xml diff --git a/lfs/libvirt b/lfs/libvirt index bc0dfc036..4409fe4e5 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 27 +PAK_VER = 28
DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu
hooks/post-receive -- IPFire 2.x development tree