From e2f9c60fc2631e5851f4826d1dc03eaf5526133c Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Fri, 1 Sep 2023 14:48:17 +0100 Subject: [PATCH] Add missing dependencies python3-jinja2 and util-linux Resolves: RHEL-1898 --- keylime.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/keylime.spec b/keylime.spec index 8f73414..faf5b2e 100644 --- a/keylime.spec +++ b/keylime.spec @@ -9,7 +9,7 @@ Name: keylime Version: 7.3.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Open source TPM software for Bootstrapping and Maintaining Trust URL: https://github.com/keylime/keylime @@ -61,7 +61,9 @@ Summary: The base package contains the default configuration License: MIT +Requires(pre): python3-jinja2 Requires(pre): shadow-utils +Requires(pre): util-linux Requires: procps-ng Requires: tpm2-tss @@ -360,6 +362,10 @@ fi %license LICENSE %changelog +* Fri Sep 01 2023 Sergio Correia - 7.3.0-8 +- Add missing dependencies python3-jinja2 and util-linux + Resolves: RHEL-1898 + * Mon Aug 28 2023 Anderson Toshiyuki Sasaki - 7.3.0-7 - Automatically update agent API version Resolves: RHEL-1518