From 6396212453f78ce265356f476e3cec237426f891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 29 Jan 2017 17:25:33 -0500 Subject: [PATCH] Compile with --enable-tpm --- systemd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd.spec b/systemd.spec index b8a4317..7ac2dad 100644 --- a/systemd.spec +++ b/systemd.spec @@ -313,6 +313,7 @@ CONFIGURE_OPTS=( --enable-xz --enable-zlib --enable-bzip2 + --enable-tpm ) %configure \ @@ -1019,6 +1020,7 @@ getent passwd systemd-journal-upload &>/dev/null || useradd -r -l -g systemd-jou ##1415358, #1416588, #1408884) - Fix various memleaks and unitialized variable access - Shell completion enhancements +- Enable TPM logging by default (#1411156) * Thu Jan 19 2017 Adam Williamson - 232-10 - Backport fix for boot failure in initrd-switch-root (#1414904)