From b78fa640422b1174a247a67eefe045cd9d1629ed Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:42:40 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- udica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udica.spec b/udica.spec index e108ede..53cd078 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: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz Patch0001: 0001-Make-sure-each-section-of-the-inspect-exists-before-.patch Patch0002: 0002-Improve-label-collection-for-mounts-and-devices.patch @@ -60,6 +60,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Mon Jun 13 2022 Python Maint - 0.2.6-5 +- Rebuilt for Python 3.11 + * Mon May 02 2022 Vit Mojzis - 0.2.6-4 - Improve label collection for mounts and devices