From db7330c71410a4d563dc10866c8cc7b2d2bc2232 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 14 Jun 2021 10:29:48 +0200 Subject: [PATCH] udica-0.2.4-6.el9 - Add missing BR - Related: #1970747 Signed-off-by: Jindrich Novy --- udica.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/udica.spec b/udica.spec index 1c37b0d..4c36e1f 100644 --- a/udica.spec +++ b/udica.spec @@ -1,13 +1,13 @@ Summary: A tool for generating SELinux security policies for containers Name: udica Version: 0.2.4 -Release: 5%{?dist} +Release: 6%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ BuildArch: noarch Url: https://github.com/containers/udica %if 0%{?fedora} || 0%{?rhel} > 7 -BuildRequires: python3 python3-devel python3-setuptools +BuildRequires: python3 python3-devel python3-setuptools python3-pyflakes black Requires: python3 python3-libsemanage python3-libselinux %else BuildRequires: python2 python2-devel python2-setuptools @@ -40,6 +40,9 @@ install --directory %%{buildroot}%{_datadir}/udica/templates install --directory %{buildroot}%{_mandir}/man8 install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 +%check +make test + %files %{_mandir}/man8/udica.8* %{_bindir}/udica @@ -60,6 +63,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Mon Jun 14 2021 Jindrich Novy - 0.2.4-6 +- Add missing BR +- Related: #1970747 + * Fri Apr 16 2021 Mohan Boddu - 0.2.4-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937