Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2024-02-13 22:44:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libguestfs (Old) and /work/SRC/openSUSE:Factory/.libguestfs.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libguestfs" Tue Feb 13 22:44:51 2024 rev:102 rq:1146469 version:1.52.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes 2024-02-01 18:07:42.360142983 +0100 +++ /work/SRC/openSUSE:Factory/.libguestfs.new.1815/libguestfs.changes 2024-02-13 22:45:18.202588218 +0100 @@ -1,0 +2,7 @@ +Mon Feb 5 14:24:08 MST 2024 - carn...@suse.com + +- bsc#1206361 - SLES 15 SP5 Beta2 - virt-customize ssh-inject fails + (s390x/kvm/libvirt) (-> Server-Applications module) + use-rtc-driftfix-slew-for-x86-only.patch + +------------------------------------------------------------------- New: ---- use-rtc-driftfix-slew-for-x86-only.patch BETA DEBUG BEGIN: New: (s390x/kvm/libvirt) (-> Server-Applications module) use-rtc-driftfix-slew-for-x86-only.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.3Kw6Im/_old 2024-02-13 22:45:18.890612977 +0100 +++ /var/tmp/diff_new_pack.3Kw6Im/_new 2024-02-13 22:45:18.894613121 +0100 @@ -32,6 +32,7 @@ Source101: README # Patches +Patch1: use-rtc-driftfix-slew-for-x86-only.patch BuildRequires: bison BuildRequires: file-devel ++++++ use-rtc-driftfix-slew-for-x86-only.patch ++++++ --- libguestfs-1.52.0/lib/launch-direct.c.orig 2024-02-05 14:17:10.208970293 -0700 +++ libguestfs-1.52.0/lib/launch-direct.c 2024-02-05 14:21:37.548976664 -0700 @@ -650,7 +650,10 @@ launch_direct (guestfs_h *g, void *datav flag ("-no-reboot"); /* These are recommended settings, see RHBZ#1053847. */ +#if defined(__i386__) || defined(__x86_64__) + /* Man page states, "Enable driftfix (i386 targets only)" */ arg ("-rtc", "driftfix=slew"); +#endif if (guestfs_int_qemu_supports (g, data->qemu_data, "-no-hpet")) flag ("-no-hpet"); #if defined(__i386__) || defined(__x86_64__)