Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkrunfw for openSUSE:Factory checked in at 2026-03-11 20:51:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkrunfw (Old) and /work/SRC/openSUSE:Factory/.libkrunfw.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkrunfw" Wed Mar 11 20:51:50 2026 rev:13 rq:1338228 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkrunfw/libkrunfw.changes 2025-09-18 21:13:38.106908719 +0200 +++ /work/SRC/openSUSE:Factory/.libkrunfw.new.8177/libkrunfw.changes 2026-03-11 20:52:32.639080069 +0100 @@ -1,0 +2,22 @@ +Tue Mar 10 07:35:03 UTC 2026 - Dario Faggioli <[email protected]> + +- Update to v5.2.1 + * config-libkrunfw_x86_64: align partition features + +- Update to version v5.2.0 + * Rebase on a 6.12.68 and backport FUSE fix + +- Update to v5.1.0 + * config: enable CONFIG_EROFS_FS + * tsi: split AF_UNIX hijack + * Fix TSI datagram socket handling + * Rebase on a 6.12.62 kernel + +- Update to v5.0.0 + * Add riscv64 support + * Update init binary and add TDX kernel build to CI + * Rebase on a v6.12.44 kernel + * Implement TSIv3 + * config: consistently enable TUN and VETH across arches + +------------------------------------------------------------------- Old: ---- libkrunfw-4.10.0.tar.gz linux-6.12.34.tar.xz New: ---- libkrunfw-5.2.1.tar.gz linux-6.12.68.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkrunfw.spec ++++++ --- /var/tmp/diff_new_pack.zbaPiI/_old 2026-03-11 20:52:35.547200043 +0100 +++ /var/tmp/diff_new_pack.zbaPiI/_new 2026-03-11 20:52:35.547200043 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkrunfw # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %define sev 1 +%define sover 5 -%global kernel linux-6.12.34 +%global kernel linux-6.12.68 %ifnarch x86_64 %define sev 0 @@ -33,7 +34,7 @@ work nor processing. Name: libkrunfw -Version: 4.10.0 +Version: 5.2.1 Release: 0 Summary: A dynamic library bundling a Linux kernel in a convenient storage format License: GPL-2.0-only AND LGPL-2.1-only @@ -59,17 +60,21 @@ %description %{summary} -%package -n %{name}4 +%package -n %{name}%{sover} Summary: A dynamic library bundling a Linux kernel in a convenient storage format Obsoletes: libkrunfw <= 3.6.3 Obsoletes: libkrunfw3 +Obsoletes: libkrunfw4 < %{version}-%{release} +Provides: libkrunfw4 = %{version}-%{release} -%description -n %{name}4 +%description -n %{name}%{sover} %{descr} %package devel Summary: Header files and libraries for libkrunfw development -Requires: %{name}4 = %{version}-%{release} +Requires: %{name}%{sover} = %{version}-%{release} +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name}:%{_libdir}/libkrunfw.so %description devel %{descr} @@ -78,12 +83,14 @@ that consume the guest payload integrated in libkrunfw. %if %{sev} -%package sev4 +%package sev%{sover} Summary: A dynamic library bundling the guest payload consumed by libkrun-sev Obsoletes: libkrunfw <= 3.6.3 -Obsoletes: libkrunfw3 +Obsoletes: libkrunfw-sev3 +Obsoletes: libkrunfw-sev4 < %{version}-%{release} +Provides: libkrunfw-sev4 = %{version}-%{release} -%description sev4 +%description sev%{sover} %{descr} This package contains the library bundling the guest payload consumed @@ -91,9 +98,9 @@ %package sev-devel Summary: Header files and libraries for libkrunfw-sev development -Requires: %{name}-sev4 = %{version}-%{release} -Provides: %{name}:%{_libdir}/libkrunfw-sev.so +Requires: %{name}-sev%{sover} = %{version}-%{release} Obsoletes: %{name} < %{version}-%{release} +Provides: %{name}:%{_libdir}/libkrunfw-sev.so %description sev-devel %{descr} @@ -142,29 +149,29 @@ install -D -p -m 0755 utils/krunfw_measurement %{buildroot}%{_bindir}/krunfw_measurement %endif -%post -n %{name}4 -p /sbin/ldconfig +%post -n %{name}%{sover} -p /sbin/ldconfig -%postun -n %{name}4 -p /sbin/ldconfig +%postun -n %{name}%{sover} -p /sbin/ldconfig -%files -n %{name}4 -%{_libdir}/libkrunfw.so.4 +%files -n %{name}%{sover} +%{_libdir}/libkrunfw.so.%{sover} %{_libdir}/libkrunfw.so.%{version} %files devel %{_libdir}/libkrunfw.so %if %{sev} -%files sev4 -%{_libdir}/libkrunfw-sev.so.4 +%files sev%{sover} +%{_libdir}/libkrunfw-sev.so.%{sover} %{_libdir}/libkrunfw-sev.so.%{version} %{_bindir}/krunfw_measurement %files sev-devel %{_libdir}/libkrunfw-sev.so -%post sev4 -p /sbin/ldconfig +%post sev%{sover} -p /sbin/ldconfig -%postun sev4 -p /sbin/ldconfig +%postun sev%{sover} -p /sbin/ldconfig %endif ++++++ libkrunfw-4.10.0.tar.gz -> libkrunfw-5.2.1.tar.gz ++++++ ++++ 6551 lines of diff (skipped) ++++++ linux-6.12.34.tar.xz -> linux-6.12.68.tar.xz ++++++ /work/SRC/openSUSE:Factory/libkrunfw/linux-6.12.34.tar.xz /work/SRC/openSUSE:Factory/.libkrunfw.new.8177/linux-6.12.68.tar.xz differ: char 15, line 1
