Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swtpm for openSUSE:Factory checked in at 2026-07-15 16:26:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swtpm (Old) and /work/SRC/openSUSE:Factory/.swtpm.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swtpm" Wed Jul 15 16:26:17 2026 rev:26 rq:1365938 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/swtpm/swtpm.changes 2025-11-20 14:47:37.455394614 +0100 +++ /work/SRC/openSUSE:Factory/.swtpm.new.1991/swtpm.changes 2026-07-15 16:31:43.962308325 +0200 @@ -1,0 +2,9 @@ +Wed Jul 15 10:12:51 UTC 2026 - Cathy Hu <[email protected]> + +- Drop tunable in require to avoid policy loading issues + with toolchain 3.11 (bsc#1271417). + Can be dropped, once this is accepted upstream: + https://github.com/stefanberger/swtpm/pull/1139 + - Add patch: 1271417-drop-tunable-requires.patch + +------------------------------------------------------------------- New: ---- 1271417-drop-tunable-requires.patch ----------(New B)---------- New: https://github.com/stefanberger/swtpm/pull/1139 - Add patch: 1271417-drop-tunable-requires.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swtpm.spec ++++++ --- /var/tmp/diff_new_pack.LrWtCB/_old 2026-07-15 16:31:45.150349486 +0200 +++ /var/tmp/diff_new_pack.LrWtCB/_new 2026-07-15 16:31:45.154349625 +0200 @@ -1,7 +1,7 @@ # # spec file for package swtpm # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -42,6 +42,8 @@ Patch0: swtpm-fix-build.patch # PATCH-FIX-UPSTREAM Patch1: https://patch-diff.githubusercontent.com/raw/stefanberger/swtpm/pull/1027.patch +# PATCH-FIX-UPSTREAM - [email protected] bsc#1271417 drop tunable requires as it overrides booleanif +Patch2: 1271417-drop-tunable-requires.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: expect ++++++ 1271417-drop-tunable-requires.patch ++++++ Index: swtpm-0.10.1/src/selinux/swtpm.te =================================================================== --- swtpm-0.10.1.orig/src/selinux/swtpm.te +++ swtpm-0.10.1/src/selinux/swtpm.te @@ -14,7 +14,6 @@ require { type virtqemud_t; type virtqemud_tmp_t; class file map; - tunable virt_use_nfs; } attribute_role swtpm_roles;
