import CS container-selinux-2.229.0-2.module_el8+847+7863d4e6

This commit is contained in:
eabdullin 2024-03-28 13:40:14 +00:00
parent a1a6671563
commit 7285217221
3 changed files with 43 additions and 10 deletions

View File

@ -1 +1 @@
949e88bb092d00e713fb0f022f717e4cb63156fa SOURCES/v2.221.0.tar.gz
d64bfe52d0334626bc66843427b3b27cb69047cc SOURCES/v2.229.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v2.221.0.tar.gz
SOURCES/v2.229.0.tar.gz

View File

@ -19,8 +19,8 @@
Epoch: 2
Name: container-selinux
Version: 2.221.0
Release: 1%{?dist}
Version: 2.229.0
Release: 2%{?dist}
License: GPLv2
URL: %{git0}
Summary: SELinux policies for container runtimes
@ -35,11 +35,6 @@ Requires: selinux-policy >= %{selinux_policyver}
Requires(post): selinux-policy-base >= %{selinux_policyver}
Requires(post): selinux-policy-targeted >= %{selinux_policyver}
Requires(post): policycoreutils >= 2.5-11
%if 0%{?rhel} > 7 || 0%{?fedora}
Requires(post): policycoreutils-python-utils
%else
Requires(post): policycoreutils-python
%endif
Requires(post): libselinux-utils
Requires(post): sed
Obsoletes: %{name} <= 2:1.12.5-14
@ -58,7 +53,8 @@ SELinux policy modules for use with container runtimes.
%if ! 0%{?fedora} && 0%{?rhel} <= 8
sed -i 's/watch watch_reads//' container.if
sed -i 's/watch watch_reads//' container.te
sed -i '/sysfs_t:dir watch/d' container.te
sed -i '/watch;/d' container.te
sed -i '/watch;/d' container.if
sed -i '/systemd_chat_resolved/d' container.te
%endif
@ -127,6 +123,43 @@ fi
%{_datadir}/udica/templates/*
%changelog
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.229.0-2
- remove watch statements properly for RHEL8 and lower
- Related: Jira:RHEL-2110
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.229.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.229.0
- Related: Jira:RHEL-2110
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.228.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.1
- Related: Jira:RHEL-2110
* Thu Jan 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.228.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.0
- Related: Jira:RHEL-2110
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.227.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.227.0
- Related: Jira:RHEL-2110
* Thu Dec 07 2023 Jindrich Novy <lsm5@redhat.com> - 2:2.226.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.226.0
- remove dependency on policycoreutils-python-utils as it pulls in python
- Related: Jira:RHEL-2110
* Thu Oct 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.224.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.224.0
- Related: Jira:RHEL-2110
* Fri Sep 22 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.222.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.222.0
- Related: Jira:RHEL-2110
* Mon Sep 04 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.221.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.221.1
- Related: Jira:RHEL-2110
* Tue Aug 15 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.221.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.221.0
- Related: #2176055