|
|
@ -15,11 +15,11 @@
|
|
|
|
%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 3.14.3-80.el8
|
|
|
|
%global selinux_policyver 38.1.2-1.el9
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 3
|
|
|
|
Epoch: 3
|
|
|
|
Name: container-selinux
|
|
|
|
Name: container-selinux
|
|
|
|
Version: 2.189.0
|
|
|
|
Version: 2.205.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
URL: %{git0}
|
|
|
|
URL: %{git0}
|
|
|
@ -54,6 +54,9 @@ SELinux policy modules for use with container runtimes.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit
|
|
|
|
%autosetup -Sgit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Not present on rhel 9
|
|
|
|
|
|
|
|
sed -i '/user_namespace/d' container.te
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
|
@ -118,6 +121,43 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 3: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
|
|
|
|
|
|
|
|
- Resolves: #2178990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.197.0
|
|
|
|
|
|
|
|
- Related: #2124478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 15 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.195.1-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.195.1
|
|
|
|
|
|
|
|
- Related: #2124478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.193.0-2
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- Related: #2124478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.191.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.191.0
|
|
|
|
|
|
|
|
- Related: #2124478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.190.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.190.0
|
|
|
|
|
|
|
|
- Related: #2124478
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.189.0-1
|
|
|
|
* Fri Jul 15 2022 Jindrich Novy <jnovy@redhat.com> - 3: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: #2061316
|
|
|
|