Packages changed:
  gcc14 (14.2.0+git10526 -> 14.2.1+git10750)
  libguestfs (1.53.6 -> 1.54.0)
  openSUSE-release (20241009 -> 20241010)
  virt-v2v (2.5.10 -> 2.6.0)

=== Details ===

==== gcc14 ====
Version update (14.2.0+git10526 -> 14.2.1+git10750)
Subpackages: cpp14 libasan8 libatomic1 libgcc_s1 libgcc_s1-32bit libgfortran5 libgomp1 libhwasan0 libitm1 liblsan0 libobjc4 libquadmath0 libstdc++6 libstdc++6-32bit libstdc++6-devel-gcc14 libstdc++6-locale libstdc++6-pp libstdc++6-pp-32bit libtsan2 libubsan1

- Update to gcc-14 branch head, 4af44f2cf7d281f3e4f3957ef, git10750
  * includes libstdc++6 fix for parsing tzdata 2024b [gcc#116657]
- Add gcc14-pr116629.patch to fix ICE with LTO building openvino
  on aarch64 [boo#1230262]

==== libguestfs ====
Version update (1.53.6 -> 1.54.0)
Subpackages: libguestfs-appliance libguestfs-winsupport libguestfs-xfs libguestfs0

- Update to version 1.54.0 (jsc#PED-8910)
  * Add detection of Circle Linux (Bella Zhang).
  * Add support for LoongArch (liuxiang).
  * Add detection of Kylin (grass-lu).
  * Add detection of openEuler (Wang Guoquan).
  * PARTUUID and PARTLABEL are now resolved in guest /etc/fstab.
  * New APIs findfs_partuuid and findfs_partlabel. These can be
    used to efficiently look up a filesystem by its GPT partition
    UUID or label.
  * Support for the following inactive or infrequently used device
    types has been removed: Gluster, Sheepdog, TFTP.
  * Add GOST R34.11-94 message digest algorithm to checksum APIs
    (Alexey Shabalin).
  * Allow nbd+unix:// URIs (NBD over Unix domain socket) in
    guestfish and other places.
  * Various part_* (partition) APIs related to GPT have been
    reimplemented to use util-linux sfdisk instead of sgdisk.
    Util-linux is more widely available, so this reduces
    dependencies in the common case. One optional API remains that
    still uses sgdisk. (Thanks Yongkui Guo).
  * Add cipher suboption to cryptsetup_open (Jonatan PÃ¥lsson).
  * Because of a bug, the part_get_gpt_attributes API could
    truncate the return value from 64 to 32 bits. This has been
    fixed.
  * Libguestfs will now no longer recommend using
    LIBGUESTFS_BACKEND=direct. This was shown previously when
    libvirt failed to start the appliance. However it is felt that
    this now does more harm than good.
  * Fix generation of virt-customize --chown parameter (Yongkui Guo)
  * In the appliance, reduce boot time when dhcp isn't needed
    (Olaf Hering).
  * A deadlock in the appliance caused by a regression in Linux
    6.11 has been worked around. The deadlock was also fixed in
    Linux 6.12.
- Bug fixes
  * Fix rare hangs while starting the appliance, at 'echo noop'
    into /sys/block/{h,s,ub,v}d*/queue/scheduler
  * Drop dependency from libguestfs -> gdisk
  * libguestfs inspection does not know about /etc/fstab
    PARTLABEL=<label>
  * btrfs related c_api/tests are failing (unable to create quota
    group: Invalid argument)
  * Python how-to incorrect exception name
  * Rust test 410_close_event fails

==== openSUSE-release ====
Version update (20241009 -> 20241010)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== virt-v2v ====
Version update (2.5.10 -> 2.6.0)
Subpackages: virt-v2v-bash-completion

- Update to virt-v2v 2.6.0 (jsc#PED-8910)
  * You can now use most virt-customize(1) options, such as
    installing arbitrary firstboot scripts, uploading or editing
    files, etc. during conversions.
  * Installation of QEMU Guest Agent in Windows guests has been
    revised and made much more reliable. Note that a visible effect
    of this change is that Windows guests may reboot four or more
    times during the first boot after conversion (which is
    necessary). (Thanks Vadim Rozenfeld, Konstantin Kostiuk, Yuri
    Benditovich, Yan Vugenfirer).
  * We now forcibly online all virtio disks during firstboot,
    working around a security mitigation in recent versions of
    Windows that offlines them if they change bus (Martin Necas).
  * QEMU Balloon Server (blnsvr) is now installed in Windows
    guests, if found on the virtio-win ISO. This improves
    statistics gathering for these guests.
  * Add support for Circle Linux (Bella Zhang).
  * Add some support for LoongArch guests (liuxiang).
  * -i ova mode now uses the detected guest firmware, if it's not
    specified in the OVA metadata (Bella Khizgiyaev).
  * -o kubevirt output mode has been substantially changed to fix
    multiple problems. It should be more compatible with real
    KubeVirt instances now. (Thanks Arik Hadas, Bella Khizgiyaev,
    Lee Yarwood, Martin Necas).
  * -o libvirt mode now includes an <os firmware> attribute
    specifying whether the guest needs BIOS or UEFI to boot.
  * The output of virt-v2v-inspector(1) has been revised, with much
    more metadata available.
  * The --mac option now allows the gateway and network mask length
    to be empty (Arik Hadas).
  * The debug output of virt-v2v has been improved. Now when
    searching the log for important events, you can just use the
    regular expression /^info:/
  * Added a test for -o kubevirt mode.
- Bug fixes
  * document that vmx+ssh "-ip" auth doesn't cover ssh / scp shell
    commands
  * Exact string (including the literal *) should be used when
    converting guest via vmx by v2v
  * Missing firmware type for kubvirt and local output
  * Virt-v2v can't convert guest from maintained ESXi hosts with
    vddk > 6
  * Migrated Windows VMs require the BLNSVR.exe service to be
    installed for accurate memory reporting
  * Re-add the info about non-interactive authentication back into
    virt-v2v-input-xen
  * Missing OS info for kubevirt output
  * qemu-guest-agent not being installed at first boot in Windows
    Server 2022
  * Allow --mac gw and len fields to be optional
  * Uninstalling vmware-tools from windows guest sometimes fails
    with exit code 1618 or exit code 1603
  * network configuration script does not work for Windows 10 i386
    guest
  * Re-enable Windows disks post-live migration [rhel-9.5]
  * Re-enable Windows disks post-live migration [rhel-9.4.z]
  * window version shows incorrect during converting win11 guest
    with build number 22631 by virt-v2v
  * v2v: The -o kubevirt firmware is not compatible with kubevirt
    api
  * rhv-upload broken since Ovirt 4.5, cause Basic Auth has been
    removed
  * virt-v2v missing firmware type for kubvirt and local output
  * Clustername not working when on same Data Center, sharing same
    storage domains