container-selinux-2.205.0-1.el8
- update to https://github.com/containers/container-selinux/releases/tag/v2.205.0 - remove user_namespace class, thanks to Lokesh Mandvekar - Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
e00fefd307
commit
208434244a
@ -19,7 +19,7 @@
|
||||
|
||||
Epoch: 2
|
||||
Name: container-selinux
|
||||
Version: 2.199.0
|
||||
Version: 2.205.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -55,6 +55,9 @@ SELinux policy modules for use with container runtimes.
|
||||
%prep
|
||||
%autosetup -Sgit
|
||||
|
||||
# Not present on old RHEL kernels
|
||||
sed -i '/user_namespace/d' container.te
|
||||
|
||||
%build
|
||||
make
|
||||
|
||||
@ -112,6 +115,11 @@ fi
|
||||
%{_datadir}/udica/templates/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.205.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.205.0
|
||||
- remove user_namespace class, thanks to Lokesh Mandvekar
|
||||
- Related: #2176055
|
||||
|
||||
* Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.199.0-1
|
||||
- revert back to https://github.com/containers/container-selinux/releases/tag/v2.199.0
|
||||
(2.200.0 fails to build as it relies on the new selinux-policy which is not there yet)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v2.199.0.tar.gz) = 28fd8f66d01fb4398f5df42432dca4c08123cd0cd9196d2f7deb30a095dd777a7285f067a508ec7faa7d1f3a72ae6939891b26d823c7c286586a36fa8a3a4ea2
|
||||
SHA512 (v2.205.0.tar.gz) = a30ebb584c46d93b62cd53c50d2e8b7e84a98f0a9adb91e16e523ebfad920c61334471a32c0b8f96f3ce06de14e7346b64137b59a3248b4e5ea4978acad74948
|
||||
|
Loading…
Reference in New Issue
Block a user