Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkrun for openSUSE:Factory checked in at 2026-06-15 19:50:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkrun (Old) and /work/SRC/openSUSE:Factory/.libkrun.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkrun" Mon Jun 15 19:50:57 2026 rev:18 rq:1359565 version:1.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkrun/libkrun.changes 2026-05-21 18:32:39.631687929 +0200 +++ /work/SRC/openSUSE:Factory/.libkrun.new.1981/libkrun.changes 2026-06-15 19:54:30.491256183 +0200 @@ -1,0 +2,53 @@ +Fri Jun 12 11:02:48 UTC 2026 - Dario Faggioli <[email protected]> + +- Update to version 1.19.0: + * Bump minor version to 1.19.0 + * libkrun: expose init-blob in krun_has_feature() + * Makefile: support INIT_BLOB=0 to disable bundled init binary + * libkrun: add "init-blob" cargo feature to gate bundled init binary + * init_blob: align crate with the workspace + * fs/macos: on readdir, refresh directory on rewind + * tests/virtiofs-misc: add rename-overwrite fchmod subtest + * fs/macos: preserve the inode a rename overwrites + * init: loosen perms on /dev/kvm if it exists + * virtio/fs: report actual bytes written in used ring len + * tests/virtiofs-misc: add mid-iteration duplicate detection subtest + * tests/virtiofs-misc: add DirStream cache coherence subtests + * tests/virtiofs-misc: run subtests with catch_unwind + * balloon: use MADV_FREE to reclaim memory on macOS + * init/dhcp: only overwrite resolv.conf with DNS + * virtio/net: fix ENAMETOOLONG on long gvproxy socket paths + * init: replace dummy IP address + * virtio/fs: inline do_lookup() into lookup() + * CI: enable BLK=1 and install e2fsprogs in integration tests + * tests: add root-disk-remount integration test + * tests: add augmentfs integration test + * virtio/fs: move EXIT_CODE ioctl to AugmentFs + * virtio/fs: remove REMOVE_ROOT_DIR ioctl and allow_root_dir_delete + * lib: rewrite krun_set_root_disk_remount to use NullFs + * virtio/fs: add NullFs, a minimal empty-root FileSystem + * libkrun.h: document that implicit resource creation will become opt-in + * lib: add krun_get_default_init() + * lib: add krun_fs_add_overlay_file(), krun_fs_add_overlay_dir() APIs + * lib: add krun_disable_implicit_init() + * virtio/fs: introduce generic AugmentFs overlay for files like init.krun + * virtio/fs: introduce InodeAllocator for shared inode numbering + * virtio/fs: extract init binary blob into its own crate + * tests: add virtiofs-misc test for fallocate operations + * tests: pass TestSetup to check() for host-side verification + * tests: introduce pjdfstest POSIX filesystem conformance tests + * Bump patch version to 1.18.1 + * devices/vsock: support multi-descriptor TX chains + * rutabaga_gfx/cross_domain: fix audio glitches by dropping write lock + * add musl cfg flag musl_v1_2_3 to enable statx + * init: fix unescape_string() not advancing past escape characters + * rutabaga_gfx/cross_domain: handle CMD_WRITE on Eventfd items + * vsock/tsi_dgram: Make sendto_addr bind to correct socket adress structs + * virtio/vsock: use device's peer_buf_alloc + * Bump libspa to v0.9 + * init: Set up a dummy network interface with TSI + +- Patches removed: + * devices-vsock-support-multi-descriptor-TX-chains.patch (included upstream) + * fix-libspa-pipewire-1.4-opaque-builder.patch (no longer necessary) +------------------------------------------------------------------- Old: ---- devices-vsock-support-multi-descriptor-TX-chains.patch fix-libspa-pipewire-1.4-opaque-builder.patch libkrun-1.18.0.obscpio New: ---- libkrun-1.19.0.obscpio ----------(Old B)---------- Old:- Patches removed: * devices-vsock-support-multi-descriptor-TX-chains.patch (included upstream) * fix-libspa-pipewire-1.4-opaque-builder.patch (no longer necessary) Old: * devices-vsock-support-multi-descriptor-TX-chains.patch (included upstream) * fix-libspa-pipewire-1.4-opaque-builder.patch (no longer necessary) ------------------------------------------------------------------- ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkrun.spec ++++++ --- /var/tmp/diff_new_pack.rizRxD/_old 2026-06-15 19:54:32.687348301 +0200 +++ /var/tmp/diff_new_pack.rizRxD/_new 2026-06-15 19:54:32.691348468 +0200 @@ -32,16 +32,13 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: libkrun -Version: 1.18.0 +Version: 1.19.0 Release: 0 Summary: A dynamic library providing KVM-based process isolation capabilities License: Apache-2.0 URL: https://github.com/containers/libkrun Source0: libkrun-%{version}.tar.gz Source1: vendor.tar.zst -Patch0: fix-libspa-pipewire-1.4-opaque-builder.patch -# PATCH-FIX-UPSTREAM: https://github.com/containers/libkrun/pull/680 -Patch1: devices-vsock-support-multi-descriptor-TX-chains.patch ExclusiveArch: x86_64 aarch64 BuildRequires: binutils BuildRequires: cargo >= 1.43.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.rizRxD/_old 2026-06-15 19:54:32.727349979 +0200 +++ /var/tmp/diff_new_pack.rizRxD/_new 2026-06-15 19:54:32.731350146 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> - <param name="revision">v1.18.0</param> + <param name="revision">v1.19.0</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.rizRxD/_old 2026-06-15 19:54:32.755351153 +0200 +++ /var/tmp/diff_new_pack.rizRxD/_new 2026-06-15 19:54:32.763351489 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containers/libkrun.git</param> - <param name="changesrevision">8018a20cd46e2c0e888bd7bbb254a8b1b565873b</param></service></servicedata> + <param name="changesrevision">9932c4b59d8f891e60c6aba20d22ebb99ceaa8e2</param></service></servicedata> (No newline at EOF) ++++++ libkrun-1.18.0.obscpio -> libkrun-1.19.0.obscpio ++++++ /work/SRC/openSUSE:Factory/libkrun/libkrun-1.18.0.obscpio /work/SRC/openSUSE:Factory/.libkrun.new.1981/libkrun-1.19.0.obscpio differ: char 48, line 1 ++++++ libkrun.obsinfo ++++++ --- /var/tmp/diff_new_pack.rizRxD/_old 2026-06-15 19:54:32.843354845 +0200 +++ /var/tmp/diff_new_pack.rizRxD/_new 2026-06-15 19:54:32.847355012 +0200 @@ -1,5 +1,5 @@ name: libkrun -version: 1.18.0 -mtime: 1777038355 -commit: 8018a20cd46e2c0e888bd7bbb254a8b1b565873b +version: 1.19.0 +mtime: 1781083649 +commit: 9932c4b59d8f891e60c6aba20d22ebb99ceaa8e2 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/libkrun/vendor.tar.zst /work/SRC/openSUSE:Factory/.libkrun.new.1981/vendor.tar.zst differ: char 7, line 1
