Compare commits

...

No commits in common. 'c9' and 'i8c-beta-stream-rhel8' have entirely different histories.

@ -15,12 +15,12 @@
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
# Version of SELinux we were using # Version of SELinux we were using
%global selinux_policyver 38.1.2-1.el9 %global selinux_policyver 3.14.3-80.el8
Epoch: 3 Epoch: 2
Name: container-selinux Name: container-selinux
Version: 2.229.0 Version: 2.229.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
URL: %{git0} URL: %{git0}
Summary: SELinux policies for container runtimes Summary: SELinux policies for container runtimes
@ -52,7 +52,9 @@ SELinux policy modules for use with container runtimes.
# Remove some lines for RHEL 8 build # Remove some lines for RHEL 8 build
%if ! 0%{?fedora} && 0%{?rhel} <= 8 %if ! 0%{?fedora} && 0%{?rhel} <= 8
sed -i 's/watch watch_reads//' container.if sed -i 's/watch watch_reads//' container.if
sed -i '/sysfs_t:dir watch/d' container.te sed -i 's/watch watch_reads//' container.te
sed -i '/watch;/d' container.te
sed -i '/watch;/d' container.if
sed -i '/systemd_chat_resolved/d' container.te sed -i '/systemd_chat_resolved/d' container.te
%endif %endif
@ -106,12 +108,6 @@ if [ $1 -eq 0 ]; then
%selinux_modules_uninstall -s %{selinuxtype} %{modulenames} docker %selinux_modules_uninstall -s %{selinuxtype} %{modulenames} docker
fi fi
%triggerpostun -- container-selinux < 3:2.162.1-3
if %{_sbindir}/selinuxenabled ; then
echo "Fixing Rootless SELinux labels in homedir"
%{_sbindir}/restorecon -R /home/*/.local/share/containers/storage/overlay* 2> /dev/null || :
fi
%posttrans %posttrans
%selinux_relabel_post -s %{selinuxtype} %selinux_relabel_post -s %{selinuxtype}
@ -126,306 +122,389 @@ fi
%dir %{_datadir}/udica/templates/ %dir %{_datadir}/udica/templates/
%{_datadir}/udica/templates/* %{_datadir}/udica/templates/*
%changelog %changelog
* Wed Mar 13 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.229.0-1 * Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2:2.229.0-2
- Rebuilt for MSVSphere 8.10 beta
* 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 - update to https://github.com/containers/container-selinux/releases/tag/v2.229.0
- Resolves: RHEL-28925 - Related: Jira:RHEL-2110
* Wed Aug 30 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.221.1-1 * 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.221.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.228.1
- Related: #2176063 - Related: Jira:RHEL-2110
* Tue Aug 15 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.221.0-1 * 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.221.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.228.0
- Related: #2176063 - Related: Jira:RHEL-2110
* Mon Jul 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.219.0-1 * 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.219.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.227.0
- Related: #2176063 - Related: Jira:RHEL-2110
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-3 * Thu Dec 07 2023 Jindrich Novy <lsm5@redhat.com> - 2:2.226.0-1
- rebuild - update to https://github.com/containers/container-selinux/releases/tag/v2.226.0
- Resolves: #2181174 - remove dependency on policycoreutils-python-utils as it pulls in python
- Related: Jira:RHEL-2110
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-2 * Thu Oct 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.224.0-1
- rebuild - update to https://github.com/containers/container-selinux/releases/tag/v2.224.0
- Resolves: #2214567 - Related: Jira:RHEL-2110
- Resolves: #2214569
* Thu Jun 08 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-1 * 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.218.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.222.0
- Related: #2176063 - Related: Jira:RHEL-2110
* Tue Jun 06 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.217.0-1 * 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.217.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.221.1
- Related: #2176063 - Related: Jira:RHEL-2110
* Fri Jun 02 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.216.0-1 * 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.216.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.221.0
- Related: #2176063 - Related: #2176055
* Wed May 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.215.0-1 * Mon Jul 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.219.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.215.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.219.0
- Related: #2176063 - Related: #2176055
* Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.213.0-1 * Thu Jun 08 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.218.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.213.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.218.0
- Related: #2176063 - Related: #2176055
* Wed May 03 2023 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.211.1-1 * Wed May 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.215.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.211.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.215.0
- Related: #2176063 - Related: #2176055
* Mon Apr 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.211.0-1 * Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.213.0-2
- update to https://github.com/containers/container-selinux/releases/tag/v2.211.0 - add watch statement removal from container.te
- Related: #2176063 - Related: #2176055
* Tue Apr 11 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.210.0-1 * Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.213.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.210.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.213.0
- Related: #2176063 - Related: #2176055
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.209.0-1 * Wed May 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.211.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.209.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.211.1
- Related: #2176063 - Related: #2176055
* Fri Mar 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.206.0-2 * Fri Mar 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.205.0-2
- use conditionals from https://github.com/containers/container-selinux/blob/main/container-selinux.spec.rpkg - use conditionals from https://github.com/containers/container-selinux/blob/main/container-selinux.spec.rpkg
- Related: #2176063 - Related: #2176055
* Wed Mar 22 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.206.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.206.0
- Related: #2176063
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.205.0-1 * 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 - update to https://github.com/containers/container-selinux/releases/tag/v2.205.0
- remove user_namespace class, thanks to Lokesh Mandvekar - remove user_namespace class, thanks to Lokesh Mandvekar
- Resolves: #2178990 - Related: #2176055
* Mon Jan 30 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.199.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.199.0
- Related: #2124478
* Fri Jan 06 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.198.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.198.0
- Related: #2124478
* Wed Jan 04 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.197.0-1 * Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.199.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.197.0 - revert back to https://github.com/containers/container-selinux/releases/tag/v2.199.0
- Related: #2124478 (2.200.0 fails to build as it relies on the new selinux-policy which is not there yet)
- Related: #2176055
* Thu Dec 15 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.195.1-1 * Thu Dec 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.195.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.195.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.195.1
- Related: #2124478 - Related: #2123641
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.193.0-2 * Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.193.0-1
- require at least selinux-policy-38.1.2-1.el9
- Resolves: #2150283
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.193.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.193.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.193.0
- Related: #2124478 - Related: #2123641
* Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.191.0-1 * Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.191.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.191.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.191.0
- Related: #2124478 - Related: #2123641
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.190.0-1 * Wed Sep 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.190.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.190.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.190.0
- Related: #2124478 - Related: #2123641
* Fri Jul 15 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.189.0-1 * Fri Jul 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.189.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.189.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.189.0
- Related: #2061316 - Related: #2061390
* Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.188.0-1 * Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.188.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.188.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.188.0
- Related: #2061316 - Related: #2061390
* Wed May 25 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.187.0-1 * Thu May 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.187.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.187.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.187.0
- Related: #2061316 - Related: #2061390
* Tue Apr 19 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.183.0-1 * Wed Apr 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.183.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.183.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.183.0
- Related: #2061316 - Related: #2061390
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.181.0-1 * Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.181.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.181.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.181.0
- Related: #2061316 - Related: #2061390
* Tue Mar 08 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.180.0-1 * Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.180.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.180.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.180.0
- Related: #2061316 - Related: #2061390
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.179.1-1 * Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.179.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.179.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.179.1
- Related: #2000051 - Related: #2001445
* Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.178.0-1 * Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.178.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.178.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.178.0
- Related: #2000051 - Related: #2001445
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.177.0-1 * Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.177.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.177.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.177.0
- Related: #2000051 - Related: #2001445
* Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.176.0-1 * Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.176.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.176.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.176.0
- Related: #2000051 - Related: #2001445
* Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.174.0-1 * Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.174.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.174.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.174.0
- Related: #2000051 - Related: #2001445
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.2-1 * Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.2-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.2 - update to https://github.com/containers/container-selinux/releases/tag/v2.173.2
- Related: #2000051 - Related: #2001445
* Fri Jan 21 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.1-2 * Fri Jan 21 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.1-2
- update minimal selinux_policy dependency - update minimal selinux_policy dependency
- Related: #2000051 - Related: #2001445
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.1-1 * Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.173.1
- Related: #2000051 - Related: #2001445
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.0-2
- lockdown allow rule was removed
- Related: #2001445
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.0-1 * Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.173.0
- Related: #2000051 - Related: #2001445
* Fri Jan 07 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.172.1-1 * Fri Jan 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.172.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.172.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.172.1
- Related: #2000051 - Related: #2001445
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.172.0-1 * Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.172.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.172.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.172.0
- Related: #2000051 - Related: #2001445
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.171.0-1 * Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.171.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.171.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.171.0
- Related: #2000051 - Related: #2001445
* Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.170.0-1 * Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.170.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.170.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.170.0
- Related: #2000051 - Related: #2001445
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.169.0-3
- perform only sanity/installability tests for now
- Related: #2000051
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.169.0-2
- add gating.yaml
- Related: #2000051
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.169.0-1 * Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.169.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.169.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.169.0
- Related: #2000051 - Related: #2001445
* Tue Sep 21 2021 Vit Mojzis <vmojzis@redhat.com> - 2:2.168.0-2 * Tue Sep 21 2021 Vit Mojzis <vmojzis@redhat.com> - 2:2.168.0-2
- Start shipping udica templates - Start shipping udica templates
- Related: #2000051 - Related: #2001445
* Tue Sep 14 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.168.0-1 * Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.168.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.168.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.168.0
- Related: #2000051 - Related: #2001445
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.167.0-1 * Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.167.0-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.167.0
https://github.com/containers/container-selinux/releases/tag/v2.167.0 - Related: #1934415
- Related: #2000051
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3:2.164.2-2 * Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.165.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - update to https://github.com/containers/container-selinux/releases/tag/v2.165.1
Related: rhbz#1991688 - Related: #1934415
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.164.2-1 * Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.164.2-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.164.2 - update to https://github.com/containers/container-selinux/releases/tag/v2.164.2
- Related: #1970747 - Related: #1934415
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.164.1-1 * Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.164.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.164.1 - update to https://github.com/containers/container-selinux/releases/tag/v2.164.1
- Related: #1970747 - Related: #1934415
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.163.0-2 * Thu Jun 17 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.163.0-2
- add trigger to fix labels in users homedirs, before overlayfs - fix the build of 2.163.0
is supported by default for non root users - Resolves: #1957904
- Related: #1970747
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.163.0-1 * Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.163.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.163.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.163.0
- Related: #1970747 - Related: #1934415
* Fri Jun 11 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.2-1 * Tue May 25 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.2-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.162.2
https://github.com/containers/container-selinux/releases/tag/v2.162.2 - Related: #1934415
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.160.0-2 * Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.1-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - update to https://github.com/containers/container-selinux/releases/tag/v2.162.1
- Related: #1934415
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.160.0-1 * Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.162.0
- Related: #1934415
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.161.1-2
- do not use lockdown class yet - it is not available in RHEL
- Related: #1934415
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.161.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.161.1
- Related: #1934415
* Wed Apr 28 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.160.2-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.160.2
- Related: #1934415
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.160.1-1
- update to - update to
https://github.com/containers/container-selinux/releases/tag/v2.160.0 https://github.com/containers/container-selinux/releases/tag/v2.160.1
- Related: #1934415
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.160.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.160.0
- Related: #1934415
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.159.0-1 * Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.159.0-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.159.0
https://github.com/containers/container-selinux/releases/tag/v2.159.0 - Related: #1934415
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.158.0-1 * Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.158.0-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.158.0
https://github.com/containers/container-selinux/releases/tag/v2.158.0 - Related: #1883490
* Wed Jan 20 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.156.0-1 * Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.156.0-1
- update to - update to
https://github.com/containers/container-selinux/releases/tag/v2.156.0 https://github.com/containers/container-selinux/releases/tag/v2.156.0
- Related: #1883490
* Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.155.0-1 * Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.155.0-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.155.0
https://github.com/containers/container-selinux/releases/tag/v2.155.0 - Related: #1883490
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.154.0-0.2 * Sat Jan 02 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.154.0-1
- update to - update to
https://github.com/containers/container-selinux/releases/tag/v2.154.0 https://github.com/containers/container-selinux/releases/tag/v2.154.0
- Related: #1883490
* Sun Dec 20 2020 Petr Šabata <contyk@redhat.com> - 2:2.151.0-1.1 * Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.153.0-1
- Minor bump for gcc11
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.151.0-1
- update to - update to
https://github.com/containers/container-selinux/releases/tag/v2.151.0 https://github.com/containers/container-selinux/releases/tag/v2.153.0
- Related: #1883490
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.150.0-1 * Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.152.0-1
- update to - update to
https://github.com/containers/container-selinux/releases/tag/v2.150.0 https://github.com/containers/container-selinux/releases/tag/v2.152.0
- Related: #1883490
* Fri Sep 18 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.145.0-1 * Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.151.0-1
- update to - update to https://github.com/containers/container-selinux/releases/tag/v2.151.0
https://github.com/containers/container-selinux/releases/tag/v2.145.0 - Related: #1883490
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-2 * Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.150.0-1
- sync with rhel8-8.3.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.150.0
- Related: #1883490
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.145.0-1
- synchronize with stream-container-tools-rhel8
- Related: #1883490
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-1 * Thu Aug 13 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.144.0 - update to https://github.com/containers/container-selinux/releases/tag/v2.144.0
- Related: #1821193 - Related: #1821193
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.107-1 * Mon Aug 10 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.143.0-1
- Resolves: #1720654 - rebase to v2.107 - update to https://github.com/containers/container-selinux/releases/tag/v2.143.0
- Related: #1821193
* Tue Apr 30 2019 Eduardo Santiago <santiago@redhat.com> - 2:2.99-3.git9a53d6c * Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.142.0-1
- strip away fs_manage_fusefs_* to resolve build-time error - update to https://github.com/containers/container-selinux/releases/tag/v2.142.0
- Related: #1821193
* Tue Apr 23 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.99-2.git9a53d6c * Sun Jul 19 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.139.0-1
- rebase - update to https://github.com/containers/container-selinux/releases/tag/v2.139.0
- Related: #1821193
* Mon Mar 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.89-1.git2521d0d * Fri Jul 10 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.138.0-1
- bump to v2.89 - update to https://github.com/containers/container-selinux/releases/tag/v2.138.0
- Related: #1821193
* Fri Mar 01 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.87-3.git891a85f * Fri Jun 12 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.137.0-1
- fix fersion number - update to https://github.com/containers/container-selinux/releases/tag/v2.137.0
- Related: #1821193
* Sun May 31 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.135.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.135.0
- Related: #1821193
* Fri May 29 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.134.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.134.0
- Related: #1821193
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.132.0-1
- synchronize containter-tools 8.3.0 with 8.2.1
- Related: #1821193
* Fri Mar 01 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.75-2.git891a85f * Tue Apr 07 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.130.0-1
- rebase - update to https://github.com/containers/container-selinux/releases/tag/v2.130.0
- don't use macros in changelog
- Related: #1821193
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.124.0-1
- update to 2.124.0
- Related: RHELPLAN-25139
* Fri Dec 06 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.123.0-2
- implement spec file refactoring by Zdenek Pytela, namely:
Change the uninstall command in the %%postun section of the specfile
to use the %%selinux_modules_uninstall macro which uses priority 200.
Change the install command in the %%post section if the specfile
to use the %%selinux_modules_install macro.
Replace relabel commands with using the %%selinux_relabel_pre and
%%selinux_relabel_post macros.
Change formatting so that the lines are vertically aligned
in the %%postun section.
(https://github.com/containers/container-selinux/pull/85)
- Related: RHELPLAN-25139
* Tue Nov 26 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.123.0-1
- update to 2.123.0
- Related: RHELPLAN-25139
* Mon Nov 25 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.122.0-1
- update to 2.122.0
- Related: RHELPLAN-25139
* Thu Nov 21 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-3.gita233788
- update to master container-selinux - bug 1769469
- Related: RHELPLAN-25139
* Tue Nov 19 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-2
- fix post scriptlet - fail if semodule fails - bug 1729272
- Related: RHELPLAN-25139
* Fri Nov 08 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-1
- update to 2.119.0
- Related: RHELPLAN-25139
* Thu Oct 17 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.116-1
- update to 2.116
Resolves: #1748519
* Tue Aug 13 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.107-2
- Use at least selinux policy 3.14.3-9.el8,
Resolves: #1728700
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.107-1
- Resolves: #1720654 - rebase to v2.107
* Mon Mar 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.89-1.git2521d0d
- bump to v2.89
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.75-1.git99e2cfd * Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.75-1.git99e2cfd
- bump to v2.75 - bump to v2.75

Loading…
Cancel
Save