Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:42:40 +02:00 committed by Tomáš Hrnčiar
parent 1d04ad9053
commit b78fa64042

View File

@ -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 <python-maint@redhat.com> - 0.2.6-5
- Rebuilt for Python 3.11
* Mon May 02 2022 Vit Mojzis <vmojzis@redhat.com> - 0.2.6-4
- Improve label collection for mounts and devices