From ef2db1da9c6362ccdd9e748696644ad6b91bd611aaeb33f74b2c3d3a2689a3e6 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 13 Mar 2023 17:13:34 +0000 Subject: [PATCH] - swtpm and tpm2.0-tools are needed by TEST-70-TPM2 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1356 --- systemd.changes | 5 +++++ systemd.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/systemd.changes b/systemd.changes index c87c37ca..b7173b74 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 13 17:12:14 UTC 2023 - Franck Bui + +- swtpm and tpm2.0-tools are needed by TEST-70-TPM2 + ------------------------------------------------------------------- Thu Mar 9 10:38:10 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index a4b18fcc..1b5dd94f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -500,6 +500,9 @@ Recommends: python3 Recommends: python3-colorama # Optional dep for mkfs.vfat needed by test-loop-block (otherwise skipped) Recommends: dosfstools +# Optional deps needed by TEST-70-TPM2 (otherwise skipped) +Recommends: swtpm +Recommends: tpm2.0-tools # The following deps on libs are for test-dlopen-so whereas the pkgconfig ones # are used by test-funtions to find the libs on the host and install them in the # image, see install_missing_libraries() for details.