Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2026-01-09 17:03:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Fri Jan 9 17:03:48 2026 rev:558 rq:1325995 version:5.1767893100.fd5003c Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2026-01-06 17:47:01.155636682 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1928/os-autoinst.changes 2026-01-09 17:05:57.162119020 +0100 @@ -1,0 +2,10 @@ +Thu Jan 08 17:47:42 UTC 2026 - [email protected] + +- Update to version 5.1767893100.fd5003c: + * Add documentation of APPEND variable + * Add undocumented KERNEL/INITRD to the supported variables + * os-autoinst-generate-needle-preview: Embed PNG + * Tweak curl call not to hang + * Fix opencv dependency due to upstream changes + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1767623406.688dd0e.obscpio New: ---- os-autoinst-5.1767893100.fd5003c.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.X7PAcB/_old 2026-01-09 17:05:59.842230413 +0100 +++ /var/tmp/diff_new_pack.X7PAcB/_new 2026-01-09 17:05:59.854230911 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1767623406.688dd0e +Version: 5.1767893100.fd5003c Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.X7PAcB/_old 2026-01-09 17:06:00.094240887 +0100 +++ /var/tmp/diff_new_pack.X7PAcB/_new 2026-01-09 17:06:00.106241385 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1767623406.688dd0e +Version: 5.1767893100.fd5003c Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.X7PAcB/_old 2026-01-09 17:06:00.414254187 +0100 +++ /var/tmp/diff_new_pack.X7PAcB/_new 2026-01-09 17:06:00.426254686 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1767623406.688dd0e +Version: 5.1767893100.fd5003c Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.X7PAcB/_old 2026-01-09 17:06:00.718266823 +0100 +++ /var/tmp/diff_new_pack.X7PAcB/_new 2026-01-09 17:06:00.734267488 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1767623406.688dd0e +Version: 5.1767893100.fd5003c Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1767623406.688dd0e.obscpio -> os-autoinst-5.1767893100.fd5003c.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1767623406.688dd0e/doc/backend_vars.asciidoc new/os-autoinst-5.1767893100.fd5003c/doc/backend_vars.asciidoc --- old/os-autoinst-5.1767623406.688dd0e/doc/backend_vars.asciidoc 2026-01-05 15:30:06.000000000 +0100 +++ new/os-autoinst-5.1767893100.fd5003c/doc/backend_vars.asciidoc 2026-01-08 18:25:00.000000000 +0100 @@ -107,6 +107,7 @@ |==================== Variable;Values allowed;Default value;Explanation ARCH;x86_64|i686|aarch64|...;depends on tested medium;Architecture of VM. +APPEND;string;;Kernel options to pass when using the KERNEL variable, see https://qemu-project.gitlab.io/qemu/system/linuxboot.html ATACONTROLLER;see qemu -device ?, e. g. for SATA: ich9-ahci;;Controller for ATA devices, needed for connecting disks as SATA. BIOS;;;Set the filename for the BIOS BOOT_HDD_IMAGE;boolean;;enables boot from HDD_1 (BOOTFROM has higher priority) @@ -123,8 +124,10 @@ HDDNUMQUEUES_$i;integer;-1;see qemu-system-x86_64 -device nvme,help - set the number of queues for HDD_$i HDDSECTORSIZE_$i;integer;undef;specifies the physical and logical block size and boot sector size of the HDD image ISO;filename;;Filename of ISO file to be attached to VM +INITRD;filename;;Path to the initrd (initial ramdisk) image for direct kernel boot. Relative paths are assumed to be relative to `/usr/share/qemu/`. ISO_$i;filename;;Additional ISO to be attached to VM. Up to 9 KEEPHDDS;boolean;;Leave created HDD after test finishes. Useful for debugging tests +KERNEL;filename;;Path to kernel image for direct kernel boot. When specified, QEMU will boot directly into this kernel without using a bootloader. Relative paths are assumed to be relative to `/usr/share/qemu/`. LAPTOP;boolean or filename;0;If 1, loads HP EliteBook 820 G1 DMI. If filename, loads specified DMI MAKETESTSNAPSHOTS;boolean;0;Save snapshot for each test module in qcow image MULTIPATH;boolean;0;Add HDD drives as multipath devices. Override HDDMODEL to virtio-scsi-pci ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.X7PAcB/_old 2026-01-09 17:06:04.238413130 +0100 +++ /var/tmp/diff_new_pack.X7PAcB/_new 2026-01-09 17:06:04.242413297 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1767623406.688dd0e -mtime: 1767623406 -commit: 688dd0e47acd2a7dafa718ac4065e0f3e7646379 +version: 5.1767893100.fd5003c +mtime: 1767893100 +commit: fd5003c810cfd66b40f86ad8b2a444b4bbbecee5
