From 295ae8f32dbf54fb4608eeffd8a0ffbedf997019 Mon Sep 17 00:00:00 2001 From: Roberto Sassu Date: Fri, 19 Mar 2021 09:30:04 +0100 Subject: [PATCH] Add env variables for openssl_tpm2_engine in httpd.service --- httpd.service | 3 +++ httpd.spec | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/httpd.service b/httpd.service index 6ff4e8b..943807b 100644 --- a/httpd.service +++ b/httpd.service @@ -20,6 +20,9 @@ Documentation=man:httpd.service(8) [Service] Type=notify Environment=LANG=C +Environment=XDG_RUNTIME_DIR=/tmp +Environment=XDG_RUNTIME_DIR_OWNER=apache +Environment=XDG_RUNTIME_DIR_GROUP=apache ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND ExecReload=/usr/sbin/httpd $OPTIONS -k graceful diff --git a/httpd.spec b/httpd.spec index f789947..954aff0 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Name: httpd Summary: Apache HTTP Server Version: 2.4.46 -Release: 2 +Release: 3 License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -504,8 +504,17 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Mar 19 2021 Roberto Sassu - 2.4.46-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add env variables for the tpm2 engine in httpd.service + * Mon Mar 8 2021 Roberto Sassu - 2.4.46-2 -- Add Pass-key-IDs-with-the-tpm2-prefix-to-the-tpm2-engine.patch +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: pass key IDs with the tpm2: prefix to the tpm2 engine * Tue Jan 26 2021 xihaochen - 2.4.46-1 - Type:requirements -- Gitee