Compare commits
No commits in common. "c8-stream-1.0" and "c9-beta" have entirely different histories.
c8-stream-
...
c9-beta
@ -1 +1 @@
|
|||||||
b1b7c2f65716bc8e5a7911494ea19c0792cc13ad SOURCES/container-selinux-f958d0c.tar.gz
|
09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/container-selinux-f958d0c.tar.gz
|
SOURCES/v2.235.0.tar.gz
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
# container-selinux
|
|
||||||
%global git0 https://github.com/containers/container-selinux
|
|
||||||
%global commit0 f958d0cee4099f79890247ec64b57502b3acdb9f
|
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
||||||
|
|
||||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||||
# Some bits borrowed from the openstack-selinux package
|
# Some bits borrowed from the openstack-selinux package
|
||||||
%global selinuxtype targeted
|
|
||||||
%global moduletype services
|
%global moduletype services
|
||||||
%global modulenames container
|
%global modulenames container
|
||||||
|
|
||||||
@ -16,44 +10,73 @@
|
|||||||
# Format must contain '$x' somewhere to do anything useful
|
# Format must contain '$x' somewhere to do anything useful
|
||||||
%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
|
# RHEL < 10 and Fedora < 40 use file context entries in /var/run
|
||||||
%global selinux_policyver 3.14.3-9.el8
|
%if %{defined rhel} && 0%{?rhel} < 10 || %{defined fedora} && 0%{?fedora} < 40
|
||||||
|
%define legacy_var_run 1
|
||||||
Epoch: 2
|
|
||||||
Name: container-selinux
|
|
||||||
Version: 2.124.0
|
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
|
||||||
License: GPLv2
|
|
||||||
URL: %{git0}
|
|
||||||
Summary: SELinux policies for container runtimes
|
|
||||||
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: git
|
|
||||||
BuildRequires: pkgconfig(systemd)
|
|
||||||
BuildRequires: selinux-policy >= %{selinux_policyver}
|
|
||||||
BuildRequires: selinux-policy-devel >= %{selinux_policyver}
|
|
||||||
# RE: rhbz#1195804 - ensure min NVR for selinux-policy
|
|
||||||
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
|
%endif
|
||||||
|
|
||||||
|
# https://github.com/containers/container-selinux/issues/203
|
||||||
|
%if %{!defined fedora} && %{!defined rhel} || %{defined rhel} && 0%{?rhel} <= 9
|
||||||
|
%define no_user_namespace 1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# copr_build is more intuitive than copr_username
|
||||||
|
%if %{defined copr_username}
|
||||||
|
%define copr_build 1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: container-selinux
|
||||||
|
# Set different Epochs for copr and koji
|
||||||
|
%if %{defined copr_build}
|
||||||
|
Epoch: 102
|
||||||
|
%else
|
||||||
|
Epoch: 3
|
||||||
|
%endif
|
||||||
|
# Keep Version in upstream specfile at 0. It will be automatically set
|
||||||
|
# to the correct value by Packit for copr and koji builds.
|
||||||
|
# IGNORE this comment if you're looking at it in dist-git.
|
||||||
|
Version: 2.235.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPL-2.0-only
|
||||||
|
URL: https://github.com/containers/%{name}
|
||||||
|
Summary: SELinux policies for container runtimes
|
||||||
|
Source0: %{url}/archive/v%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: git-core
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: selinux-policy >= %_selinux_policy_version
|
||||||
|
BuildRequires: selinux-policy-devel >= %_selinux_policy_version
|
||||||
|
# RE: rhbz#1195804 - ensure min NVR for selinux-policy
|
||||||
|
Requires: selinux-policy >= %_selinux_policy_version
|
||||||
|
Requires(post): selinux-policy-base >= %_selinux_policy_version
|
||||||
|
Requires(post): selinux-policy-any >= %_selinux_policy_version
|
||||||
|
Recommends: selinux-policy-targeted >= %_selinux_policy_version
|
||||||
|
Requires(post): policycoreutils
|
||||||
Requires(post): libselinux-utils
|
Requires(post): libselinux-utils
|
||||||
Requires(post): sed
|
Requires(post): sed
|
||||||
Obsoletes: %{name} <= 2:1.12.5-14
|
Obsoletes: %{name} <= 2:1.12.5-13
|
||||||
Obsoletes: docker-selinux <= 2:1.12.4-28
|
Obsoletes: docker-selinux <= 2:1.12.4-28
|
||||||
Provides: docker-selinux = %{epoch}:%{version}-%{release}
|
Provides: docker-selinux = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Provides: docker-engine-selinux = %{epoch}:%{version}-%{release}
|
Conflicts: udica < 0.2.6-1
|
||||||
|
Conflicts: k3s-selinux <= 0.4-1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SELinux policy modules for use with container runtimes.
|
SELinux policy modules for use with container runtimes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -Sgit -n %{name}-%{commit0}
|
%autosetup -Sgit %{name}-%{version}
|
||||||
|
|
||||||
|
sed -i 's/^man: install-policy/man:/' Makefile
|
||||||
|
sed -i 's/^install: man/install:/' Makefile
|
||||||
|
|
||||||
|
%if %{defined no_user_namespace}
|
||||||
|
sed -i '/user_namespace/d' container.te
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined legacy_var_run}
|
||||||
|
sed -i 's|^/run/|/var/run/|' container.fc
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -61,18 +84,10 @@ make
|
|||||||
%install
|
%install
|
||||||
# install policy modules
|
# install policy modules
|
||||||
%_format MODULES $x.pp.bz2
|
%_format MODULES $x.pp.bz2
|
||||||
install -d %{buildroot}%{_datadir}/selinux/packages
|
%{__make} DATADIR=%{buildroot}%{_datadir} SYSCONFDIR=%{buildroot}%{_sysconfdir} install install.udica-templates install.selinux-user
|
||||||
install -d -p %{buildroot}%{_datadir}/selinux/devel/include/services
|
|
||||||
install -p -m 644 %{modulenames}.if %{buildroot}%{_datadir}/selinux/devel/include/services
|
|
||||||
install -m 0644 $MODULES %{buildroot}%{_datadir}/selinux/packages
|
|
||||||
|
|
||||||
# remove spec file
|
|
||||||
rm -rf %{name}.spec
|
|
||||||
|
|
||||||
%check
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%selinux_relabel_pre -s %{selinuxtype}
|
%selinux_relabel_pre
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# Install all modules in a single transaction
|
# Install all modules in a single transaction
|
||||||
@ -80,21 +95,21 @@ if [ $1 -eq 1 ]; then
|
|||||||
%{_sbindir}/setsebool -P -N virt_use_nfs=1 virt_sandbox_use_all_caps=1
|
%{_sbindir}/setsebool -P -N virt_use_nfs=1 virt_sandbox_use_all_caps=1
|
||||||
fi
|
fi
|
||||||
%_format MODULES %{_datadir}/selinux/packages/$x.pp.bz2
|
%_format MODULES %{_datadir}/selinux/packages/$x.pp.bz2
|
||||||
%{_sbindir}/semodule -n -s %{selinuxtype} -r container 2> /dev/null
|
|
||||||
%{_sbindir}/semodule -n -s %{selinuxtype} -d docker 2> /dev/null
|
|
||||||
%{_sbindir}/semodule -n -s %{selinuxtype} -d gear 2> /dev/null
|
|
||||||
%selinux_modules_install -s %{selinuxtype} $MODULES
|
|
||||||
. %{_sysconfdir}/selinux/config
|
. %{_sysconfdir}/selinux/config
|
||||||
|
%{_sbindir}/semodule -n -s ${SELINUXTYPE} -r container 2> /dev/null
|
||||||
|
%{_sbindir}/semodule -n -s ${SELINUXTYPE} -d docker 2> /dev/null
|
||||||
|
%{_sbindir}/semodule -n -s ${SELINUXTYPE} -d gear 2> /dev/null
|
||||||
|
%selinux_modules_install -s ${SELINUXTYPE} $MODULES
|
||||||
sed -e "\|container_file_t|h; \${x;s|container_file_t||;{g;t};a\\" -e "container_file_t" -e "}" -i /etc/selinux/${SELINUXTYPE}/contexts/customizable_types
|
sed -e "\|container_file_t|h; \${x;s|container_file_t||;{g;t};a\\" -e "container_file_t" -e "}" -i /etc/selinux/${SELINUXTYPE}/contexts/customizable_types
|
||||||
matchpathcon -qV %{_sharedstatedir}/containers || restorecon -R %{_sharedstatedir}/containers &> /dev/null || :
|
matchpathcon -qV %{_sharedstatedir}/containers || restorecon -R %{_sharedstatedir}/containers &> /dev/null || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
%selinux_modules_uninstall -s %{selinuxtype} %{modulenames} docker
|
%selinux_modules_uninstall %{modulenames} docker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
%selinux_relabel_post -s %{selinuxtype}
|
%selinux_relabel_post
|
||||||
|
|
||||||
#define license tag if not already defined
|
#define license tag if not already defined
|
||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
@ -102,23 +117,373 @@ fi
|
|||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
%dir %{_datadir}/containers/selinux
|
||||||
|
%{_datadir}/containers/selinux/contexts
|
||||||
|
%dir %{_datadir}/udica/templates/
|
||||||
|
%dir %{_datadir}/udica
|
||||||
|
%{_datadir}/udica/templates/*
|
||||||
|
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120
|
||||||
|
%{_mandir}/man8/container_selinux.8.gz
|
||||||
|
%{_sysconfdir}/selinux/targeted/contexts/users/container_u
|
||||||
|
%ghost %verify(not mode) %{_selinux_store_path}/targeted/active/modules/200/%{modulenames}
|
||||||
|
%ghost %verify(not mode) %{_selinux_store_path}/mls/active/modules/200/%{modulenames}
|
||||||
|
|
||||||
|
%triggerpostun -- container-selinux < 2: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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.124.0-1.gitf958d0c
|
* Mon Feb 24 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.235.0-1
|
||||||
- update to 2.124.0
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.235.0
|
||||||
- Resolves: #1816541
|
- Resolves: RHEL-80473
|
||||||
|
|
||||||
* Thu Nov 28 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.94-2.git1e99f1d
|
* Wed Nov 27 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.234.2-1
|
||||||
- rebuild because of CVE-2019-9512 and CVE-2019-9514
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.234.2
|
||||||
- Resolves: #1766316, #1766215
|
- Related: RHEL-60277
|
||||||
|
|
||||||
* Thu Mar 28 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.94-1.git1e99f1d
|
* Mon Sep 16 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.233.0-1
|
||||||
- Resolves: #1690286 - bump to v2.94
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.233.0
|
||||||
- Resolves: #1693806, #1689255
|
- Resolves: RHEL-58997
|
||||||
|
|
||||||
|
* Tue Jun 11 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.232.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.232.1
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Tue May 07 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.231.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.231.0
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Thu Mar 07 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.230.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.230.0
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.229.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.229.0
|
||||||
|
- Related: RHEL-2112
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.228.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.1
|
||||||
|
- Related: RHEL-2112
|
||||||
|
|
||||||
|
* Thu Jan 11 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.228.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.0
|
||||||
|
- Related: RHEL-2112
|
||||||
|
|
||||||
|
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.227.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.227.0
|
||||||
|
- Related: RHEL-2112
|
||||||
|
|
||||||
|
* Thu Dec 07 2023 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.226.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.226.0
|
||||||
|
- Remove dependency on policycoreutils-python-utils
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
- Related: Jira:RHEL-18316
|
||||||
|
|
||||||
|
* Thu Oct 12 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.224.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.224.0
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
|
||||||
|
* Tue Sep 19 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.222.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.222.0
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
|
||||||
|
* Wed Aug 30 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.221.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.221.1
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Tue Aug 15 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.221.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.221.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Mon Jul 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.219.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.219.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-3
|
||||||
|
- rebuild
|
||||||
|
- Resolves: #2181174
|
||||||
|
|
||||||
|
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-2
|
||||||
|
- rebuild
|
||||||
|
- Resolves: #2214567
|
||||||
|
- Resolves: #2214569
|
||||||
|
|
||||||
|
* Thu Jun 08 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.218.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.218.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Tue Jun 06 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.217.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.217.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Fri Jun 02 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.216.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.216.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Wed May 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.215.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.215.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.213.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.213.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Wed May 03 2023 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.211.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.211.1
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Mon Apr 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.211.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.211.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Tue Apr 11 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.210.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.210.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.209.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.209.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Fri Mar 24 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.206.0-2
|
||||||
|
- use conditionals from https://github.com/containers/container-selinux/blob/main/container-selinux.spec.rpkg
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- 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
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.189.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.188.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.188.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Wed May 25 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.187.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.187.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Tue Apr 19 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.183.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.183.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.181.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.181.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Tue Mar 08 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.180.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.180.0
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Mon Feb 28 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.179.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.179.1
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.178.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.178.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.177.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.177.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.176.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.176.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.174.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.174.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.2-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.2
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.173.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Fri Jan 07 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.172.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.172.1
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.172.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.172.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.171.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.171.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Wed Oct 06 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.170.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.170.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.169.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Tue Sep 21 2021 Vit Mojzis <vmojzis@redhat.com> - 2:2.168.0-2
|
||||||
|
- Start shipping udica templates
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Tue Sep 14 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.168.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.168.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.167.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.167.0
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3:2.164.2-2
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.164.2-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.164.2
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
|
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.164.1-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.164.1
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
|
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3:2.163.0-2
|
||||||
|
- add trigger to fix labels in users homedirs, before overlayfs
|
||||||
|
is supported by default for non root users
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
|
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.163.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.163.0
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
|
* Fri Jun 11 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.2-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.162.2
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.160.0-2
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.159.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.159.0
|
||||||
|
|
||||||
|
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.158.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.158.0
|
||||||
|
|
||||||
|
* Wed Jan 20 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.156.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.156.0
|
||||||
|
|
||||||
|
* Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.155.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.155.0
|
||||||
|
|
||||||
|
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.154.0-0.2
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.154.0
|
||||||
|
|
||||||
|
* Sun Dec 20 2020 Petr Šabata <contyk@redhat.com> - 2:2.151.0-1.1
|
||||||
|
- Minor bump for gcc11
|
||||||
|
|
||||||
|
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.151.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.151.0
|
||||||
|
|
||||||
|
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.150.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.150.0
|
||||||
|
|
||||||
|
* Fri Sep 18 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.145.0-1
|
||||||
|
- update to
|
||||||
|
https://github.com/containers/container-selinux/releases/tag/v2.145.0
|
||||||
|
|
||||||
|
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-2
|
||||||
|
- sync with rhel8-8.3.0
|
||||||
|
|
||||||
|
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-1
|
||||||
|
- update to https://github.com/containers/container-selinux/releases/tag/v2.144.0
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.107-1
|
||||||
|
- Resolves: #1720654 - rebase to v2.107
|
||||||
|
|
||||||
|
* Tue Apr 30 2019 Eduardo Santiago <santiago@redhat.com> - 2:2.99-3.git9a53d6c
|
||||||
|
- strip away fs_manage_fusefs_* to resolve build-time error
|
||||||
|
|
||||||
|
* Tue Apr 23 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.99-2.git9a53d6c
|
||||||
|
- rebase
|
||||||
|
|
||||||
* Mon Mar 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.89-1.git2521d0d
|
* Mon Mar 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.89-1.git2521d0d
|
||||||
- bump to v2.89
|
- bump to v2.89
|
||||||
|
|
||||||
|
* Fri Mar 01 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.87-3.git891a85f
|
||||||
|
- fix fersion number
|
||||||
|
|
||||||
|
* Fri Mar 01 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.75-2.git891a85f
|
||||||
|
- rebase
|
||||||
|
|
||||||
* 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
|
||||||
- built commit 99e2cfd
|
- built commit 99e2cfd
|
||||||
|
Loading…
Reference in New Issue
Block a user