diff --git a/udica.spec b/udica.spec index eea4109..22b9d16 100644 --- a/udica.spec +++ b/udica.spec @@ -1,14 +1,13 @@ Summary: A tool for generating SELinux security policies for containers Name: udica Version: 0.2.4 -Release: 3%{?dist} +Release: 4%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ BuildArch: noarch Url: https://github.com/containers/udica -BuildRequires: make %if 0%{?fedora} || 0%{?rhel} > 7 -BuildRequires: python3 python3-devel python3-setuptools python3-pyflakes black +BuildRequires: python3 python3-devel python3-setuptools Requires: python3 python3-libsemanage python3-libselinux %else BuildRequires: python2 python2-devel python2-setuptools @@ -41,9 +40,6 @@ 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 @@ -64,6 +60,9 @@ make test %endif %changelog +* Tue Mar 16 2021 Vit Mojzis - 0.2.4-4 +- Remove %check section + * Wed Jan 27 2021 Fedora Release Engineering - 0.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild