From 83edbae00eed448ccc29a8bd52af8dfecb4398d0 Mon Sep 17 00:00:00 2001 From: Jerry Snitselaar Date: Wed, 17 Feb 2021 11:34:30 -0700 Subject: [PATCH] tpm2-abrmd-selinux: fix dependency With rhel9 we should be able to use same policycoreutils-python-utils dependency as Fedora. Resolves: rhbz#1929701 Signed-off-by: Jerry Snitselaar --- tpm2-abrmd-selinux.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tpm2-abrmd-selinux.spec b/tpm2-abrmd-selinux.spec index ca1c8cd..8cfa65b 100644 --- a/tpm2-abrmd-selinux.spec +++ b/tpm2-abrmd-selinux.spec @@ -6,7 +6,7 @@ Name: tpm2-abrmd-selinux Version: 2.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: SELinux policies for tpm2-abrmd License: BSD @@ -26,11 +26,7 @@ BuildRequires: selinux-policy-%{selinuxtype} Requires(post): selinux-policy-base >= %{selinux_policyver} Requires(post): libselinux-utils Requires(post): policycoreutils -%if 0%{?fedora} Requires(post): policycoreutils-python-utils -%else -Requires(post): policycoreutils-python -%endif %description SELinux policy modules for tpm2-abrmd. @@ -75,6 +71,10 @@ fi %{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if %changelog +* Wed Feb 17 2021 Jerry Snitselaar - 2.3.1-4 +- Fix dependency. +Resolves: rhbz#1929701 + * Wed Jan 27 2021 Fedora Release Engineering - 2.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild