From 33db0dc6fbc5d3832f5e00a8cf0709d94aaa3924 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 22 Feb 2024 07:52:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9Apolicycoreutils=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E5=A4=A7=E4=BA=8E?= =?UTF-8?q?=E7=AD=89=E4=BA=8E3.3=EF=BC=8C=E9=81=BF=E5=85=8Dtpm2-abrmd-seli?= =?UTF-8?q?nux=E8=B7=A8=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinlun --- tpm2-abrmd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index fa253a8..2946e53 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 2.4.0 -Release: 3 +Release: 4 Summary: A system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG License: BSD URL: https://github.com/tpm2-software/tpm2-abrmd @@ -39,7 +39,7 @@ Summary: SELinux policies for tpm2-abrmd Requires: selinux-policy >= 0.0.1 Requires(post): selinux-policy-%{selinuxtype} Requires(post): libselinux-utils -Requires(post): policycoreutils +Requires(post): policycoreutils >= 3.3 Requires(post): policycoreutils-python-utils %description selinux @@ -134,6 +134,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Thu Feb 22 2024 jinlun - 2.4.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Specifying Installation Dependencies policycoreutils >= 3.3 + * Tue Jan 10 2023 jinlun - 2.4.0-3 - Type:enhancement - ID:NA -- Gitee