diff --git a/virt-manager.changes b/virt-manager.changes index 16d7d3a6..8ec504e6 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -4,6 +4,8 @@ Tue Jun 13 16:48:17 MDT 2023 - carnold@suse.com - bsc#1212195 - libvirtd crashes when virt-manager connects virt-manager qemu:///system on a fresh installation tumbleweed virtman-check-for-libvirt-modular-daemons.patch +- Changes to osinfo-db cause some virt-manager tests to fail. + virtman-fix-osinfo-tests.patch ------------------------------------------------------------------- Tue Apr 25 06:14:10 MDT 2023 - carnold@suse.com diff --git a/virt-manager.spec b/virt-manager.spec index f95d6893..a3803ff4 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -103,6 +103,7 @@ Patch184: virtinst-windows-server-detection.patch Patch185: virtman-fix-shared-disk-request-alignment-error.patch Patch186: virtman-language-fixes.patch Patch187: virtman-check-for-libvirt-modular-daemons.patch +Patch188: virtman-fix-osinfo-tests.patch BuildArch: noarch diff --git a/virtman-fix-osinfo-tests.patch b/virtman-fix-osinfo-tests.patch new file mode 100644 index 00000000..fc396511 --- /dev/null +++ b/virtman-fix-osinfo-tests.patch @@ -0,0 +1,46 @@ +# Fix tests + +--- virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url.xml.orig 2023-06-14 10:38:08.152804131 -0600 ++++ virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url.xml 2023-06-14 10:41:32.756809007 -0600 +@@ -13,7 +13,7 @@ + hvm + /VIRTINST-TESTSUITE/vmlinuz + /VIRTINST-TESTSUITE/initrd.img +- method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ ++ method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ + + + +--- virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml.orig 2023-06-14 10:38:14.424804281 -0600 ++++ virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml 2023-06-14 10:40:27.748807458 -0600 +@@ -13,7 +13,7 @@ + hvm + /VIRTINST-TESTSUITE/vmlinuz + /VIRTINST-TESTSUITE/initrd.img +- method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ ++ method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ + + + +--- virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml.orig 2023-06-14 10:38:24.920804531 -0600 ++++ virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml 2023-06-14 10:40:11.028807059 -0600 +@@ -13,7 +13,7 @@ + hvm + /VIRTINST-TESTSUITE/vmlinuz + /VIRTINST-TESTSUITE/initrd.img +- ks=file:/fedora.ks inst.repo=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ ++ ks=file:/fedora.ks inst.repo=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/ + + + +--- virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml.orig 2023-06-14 10:39:35.908806222 -0600 ++++ virt-manager-4.1.0/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml 2023-06-14 10:39:52.756806624 -0600 +@@ -13,7 +13,7 @@ + hvm + /VIRTINST-TESTSUITE/vmlinuz + /VIRTINST-TESTSUITE/initrd.img +- ks=file:/fedora.ks method=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/ ++ ks=file:/fedora.ks method=https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/ + + +