From b9a54fe4c677be13dd6fd11df95dc5342f584541 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Fri, 20 Jun 2025 12:02:08 +0200 Subject: [PATCH] Avoid changing the ownership of /var/log/keylime Resolves: RHEL-388 Signed-off-by: Anderson Toshiyuki Sasaki --- keylime.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/keylime.spec b/keylime.spec index 70f2947..497a970 100644 --- a/keylime.spec +++ b/keylime.spec @@ -9,7 +9,7 @@ Name: keylime Version: 7.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open source TPM software for Bootstrapping and Maintaining Trust URL: https://github.com/keylime/keylime @@ -290,9 +290,6 @@ fi [ -d %{_sharedstatedir}/%{srcname}/tpm_cert_store ] && \ chmod 400 %{_sharedstatedir}/%{srcname}/tpm_cert_store/*.pem && \ chmod 500 %{_sharedstatedir}/%{srcname}/tpm_cert_store/ - -[ -d %{_localstatedir}/log/%{srcname} ] && \ - chown -R %{srcname} %{_localstatedir}/log/%{srcname}/ exit 0 %post verifier @@ -419,6 +416,10 @@ fi %license LICENSE %changelog +* Fri Jun 20 2025 Anderson Toshiyuki Sasaki - 7.12.1-3 +- Avoid changing ownership of /var/log/keylime + Resolves: RHEL-388 + * Tue May 27 2025 Sergio Correia - 7.12.1-2 - Revert changes to default server_key_password for verifier/registrar Resolves: RHEL-93678