From bf663656693b8834e1033969195358be05004301 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 21 Mar 2021 21:51:39 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/udica.git#b0ad976319f4397b2d3deca2605e6226bdf78256 --- udica.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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