From 4f2ceebbd6ce4bd1e8c66bfe26e044c9cdae75e3 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:27:44 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- udica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udica.spec b/udica.spec index dbd564a..1abd99a 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.8 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz #git format-patch -N v0.2.8 -- . ':!.cirrus.yml' ':!.github' Patch0001: 0001-Add-option-to-generate-custom-policy-for-a-confined-.patch @@ -66,6 +66,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Mon Jun 24 2024 Troy Dawson - 0.2.8-5 +- Bump release for June 2024 mass rebuild + * Mon Feb 12 2024 Vit Mojzis - 0.2.8-4 - confined: make "-l" non optional - confined: allow asynchronous I/O operations