From 3c1e8d2fd176a232b8a0005cc4882dc601740237 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Tue, 21 Sep 2021 13:09:07 +0200 Subject: [PATCH] udica-0.2.6-3.el9 - Require container-selinux shipping policy templates Related: #2000051 --- udica.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/udica.spec b/udica.spec index 8d7be52..d5f2442 100644 --- a/udica.spec +++ b/udica.spec @@ -1,7 +1,7 @@ Summary: A tool for generating SELinux security policies for containers Name: udica Version: 0.2.6 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ BuildArch: noarch @@ -13,6 +13,8 @@ Requires: python3 python3-libsemanage python3-libselinux BuildRequires: python2 python2-devel python2-setuptools Requires: python2 libsemanage-python libselinux-python %endif +# container-selinux provides policy templates +Requires: container-selinux >= 2.168.0-2 %description Tool for generating SELinux security profiles for containers based on @@ -56,6 +58,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Tue Sep 21 2021 Vit Mojzis - 0.2.6-3 +- Require container-selinux shipping policy templates (#2000051) + * Fri Sep 17 2021 Jindrich Novy - 0.2.6-2 - use RHEL-9 product version for gating - Related: #2000051