container-selinux-2.173.1-2.el9

- update minimal selinux_policy dependency
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-01-21 12:37:21 +01:00
parent e4515be6f8
commit 418edf556e

View File

@ -15,12 +15,12 @@
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
# Version of SELinux we were using
%global selinux_policyver 3.14.3-9.el8
%global selinux_policyver 3.14.3-80.el8
Epoch: 3
Name: container-selinux
Version: 2.173.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
URL: %{git0}
Summary: SELinux policies for container runtimes
@ -118,6 +118,10 @@ fi
%changelog
* Fri Jan 21 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.1-2
- update minimal selinux_policy dependency
- Related: #2000051
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.1
- Related: #2000051