* [PATCH] libvirt: Uncomment two lines in the rootfile
@ 2025-10-30 16:23 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2025-10-30 16:23 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- 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 <adolf.belka@ipfire.org>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-30 16:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-30 16:23 [PATCH] libvirt: Uncomment two lines in the rootfile Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox