Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkrun for openSUSE:Factory checked in at 2024-12-13 22:25:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkrun (Old) and /work/SRC/openSUSE:Factory/.libkrun.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkrun" Fri Dec 13 22:25:43 2024 rev:12 rq:1230314 version:1.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/libkrun/libkrun.changes 2024-06-06 12:31:06.581172677 +0200 +++ /work/SRC/openSUSE:Factory/.libkrun.new.29675/libkrun.changes 2024-12-13 22:25:48.222707726 +0100 @@ -1,0 +2,74 @@ +Mon Nov 18 23:58:38 UTC 2024 - [email protected] + +- Update to version 1.9.8: + * Bump version to 1.9.8 + * Update rust-vmm deps + * Bump version to 1.9.7 + * vmm: update sev crates to latest version + * chroot_vm: fix argument types + * Bump version to 1.9.6 + * vmm/amdsnp: Remove deprecated as_slice() for guest memory + * vmm/amdsnp: Set SMT bit in guest policy + * Add X11 cross domain channel type. + * rutabaga: cross_domain: Handle Host->Guest dmabufs correctly + * rutabaga: cross_domain: Clean up resource item logic + * vmm: Create an export table and pass it to the FS and GPU code. + * gpu: Plumb through export_table into cross_domain + * virtio/fs: Add support for exporting FDs to other subsystems + * rutabaga: cross_domain: Signal host-initiated EOF + * rutabaga: cross_domain: Fix EPOLLRDHUP logic + * device_manager: Keep SHM region order + * virtio/fs/linux: Fix redundant close() + * virtio/fs/linux: Fix xattrs on symlinks (leak fix) + * virtio/fs/linux: Fix xattrs on symlinks + * virtio, krun: Name all the worker threads + * Bump version to 1.9.5 + * init: support other locations for krun_config + * virtio/fs/linux: announce submounts + * Add krun_add_disk() method; deprecate set_*_disk + * Drop outdated comment + * Drop deadcode + * Drop unused is_disk_root field + * README: update for virtio-block on non-SEV + * devices/legacy: use pl011 for earlycon in aarch64 + * libkrun: use unwrap_or while grabbing mac address + * virtio/fs/macos: drop dead code + * virtio/queue: use inspect instead of map + * CODEOWNERS: remove myself + * libkrun: (gpu/fs) introduce variants set shm size + * virtio/fs/macos: implement DAX support + * virtio/fs: plumb SHM region into worker + * arch: implement SHM region management + * vmm: unify create_guest_memory + * vmm/vstate/linux: remove broken kvm_context test + * clippy: minor fixes in docs + * virtio/fs/macos: announce submounts + * virtio/fs: add FUSE ATTR_SUBMOUNT support + * virtio/fs/macos: decouple host-guest inodes + * Bump version to 1.9.4 + * Update kbs-types dependency to 0.7.0 + * Make linter happy + * Remove contention on the gic + * virtiofs: fallocate: should enlarge but not shrink the file + * Bump version to 1.9.3 + * vmm: Fix the nomodule kernel parameter + * console: avoid using the raw ioctl for TIOCGWINSZ + * virtio/fs: translate raw errors in server.rs + * Various minor fixes for rust 1.79.0 + * edk2: update KRUN_EFI binary + * hvf: support ARM PSCI SYSTEM_OFF + * gpu: use resource_map() for mapping BOs + * rutabaga: add support for virgl's resource_map2 + * Bump version to 1.9.2 + * Update kvm-bindings and kvm-ioctls deps + * vmm: drop unused code for boot time logging + * rutabaga: cross_domain: Fix EINTR handling + * Bump version to 1.9.1 + * virtio/fs: Fix corrupted dirents due to trailing garbage + * init: tell the kernel to reap our children for us + * builder: only enable TSI if there are no netdevs + * Add SMBIOS OEM Strings support (aarch64 only) + * Add SMBIOS internal crate + * Add edk2 firmware with SMBIOS support (aarch64) + +------------------------------------------------------------------- Old: ---- libkrun-1.9.0.obscpio New: ---- libkrun-1.9.8.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkrun.spec ++++++ --- /var/tmp/diff_new_pack.5UYWyv/_old 2024-12-13 22:25:51.326837186 +0100 +++ /var/tmp/diff_new_pack.5UYWyv/_new 2024-12-13 22:25:51.338837687 +0100 @@ -32,7 +32,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: libkrun -Version: 1.9.0 +Version: 1.9.8 Release: 0 Summary: A dynamic library providing KVM-based process isolation capabilities License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5UYWyv/_old 2024-12-13 22:25:51.490844027 +0100 +++ /var/tmp/diff_new_pack.5UYWyv/_new 2024-12-13 22:25:51.494844194 +0100 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> - <param name="revision">v1.9.0</param> + <param name="revision">v1.9.8</param> <param name="url">https://github.com/containers/libkrun.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5UYWyv/_old 2024-12-13 22:25:51.522845362 +0100 +++ /var/tmp/diff_new_pack.5UYWyv/_new 2024-12-13 22:25:51.534845861 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containers/libkrun.git</param> - <param name="changesrevision">0bea04816f4dc414a947aa7675e169cbbfbd45dc</param></service></servicedata> + <param name="changesrevision">0f1a631f4d1bb305d60ebab2342788438a93f670</param></service></servicedata> (No newline at EOF) ++++++ libkrun-1.9.0.obscpio -> libkrun-1.9.8.obscpio ++++++ /work/SRC/openSUSE:Factory/libkrun/libkrun-1.9.0.obscpio /work/SRC/openSUSE:Factory/.libkrun.new.29675/libkrun-1.9.8.obscpio differ: char 48, line 1 ++++++ libkrun.obsinfo ++++++ --- /var/tmp/diff_new_pack.5UYWyv/_old 2024-12-13 22:25:51.566847196 +0100 +++ /var/tmp/diff_new_pack.5UYWyv/_new 2024-12-13 22:25:51.570847363 +0100 @@ -1,5 +1,5 @@ name: libkrun -version: 1.9.0 -mtime: 1715982245 -commit: 0bea04816f4dc414a947aa7675e169cbbfbd45dc +version: 1.9.8 +mtime: 1731927623 +commit: 0f1a631f4d1bb305d60ebab2342788438a93f670 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/libkrun/vendor.tar.zst /work/SRC/openSUSE:Factory/.libkrun.new.29675/vendor.tar.zst differ: char 7, line 1
