- These lines were new in with the previous update from 11.4.0 to 11.7.0 but I incorrectly commented them out. - This has been flagged up in the forum as it is stopping the user doing a virsh backup.
Signed-off-by: Adolf Belka <[email protected]> --- config/rootfiles/packages/libvirt | 4 ++-- lfs/libvirt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/libvirt b/config/rootfiles/packages/libvirt index 718debf7e..9e80e8e75 100644 --- a/config/rootfiles/packages/libvirt +++ b/config/rootfiles/packages/libvirt @@ -429,8 +429,8 @@ usr/share/libvirt/schemas/storagecommon.rng usr/share/libvirt/schemas/storagepool.rng usr/share/libvirt/schemas/storagepoolcaps.rng usr/share/libvirt/schemas/storagevol.rng -#usr/share/libvirt/schemas/sysinfo.rng -#usr/share/libvirt/schemas/sysinfocommon.rng +usr/share/libvirt/schemas/sysinfo.rng +usr/share/libvirt/schemas/sysinfocommon.rng #usr/share/libvirt/test-screenshot.png #usr/share/locale/as/LC_MESSAGES/libvirt.mo #usr/share/locale/bg/LC_MESSAGES/libvirt.mo diff --git a/lfs/libvirt b/lfs/libvirt index 90e5a4696..659b42c58 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 42 +PAK_VER = 43 DEPS = ebtables libpciaccess ovmf swtpm qemu -- 2.51.1
