crun-1.27-2.el9

- add conditional Requires on container-selinux for SELinux-enabled systems
- Resolves: RHEL-169227
This commit is contained in:
Jindrich Novy 2026-04-17 14:02:18 +02:00
parent 0170919476
commit 56a30bb333

View File

@ -17,7 +17,7 @@
%global wasmedge_opts --with-wasmedge
%endif
# krun only exists on fedora
# krun support on Fedora only
%if %{defined fedora}
%global krun_support 1
%global krun_opts --with-libkrun
@ -43,7 +43,7 @@ Epoch: 102
# copr and koji builds.
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 1.27
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://github.com/containers/%{name}
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.zst
License: GPL-2.0-only
@ -76,6 +76,7 @@ Recommends: criu-libs
BuildRequires: wasmedge-devel
%endif
BuildRequires: python
Requires: (container-selinux >= 4:2.240.0-3 if selinux-policy)
Provides: oci-runtime
%description
@ -143,6 +144,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
%endif
%changelog
* Thu Apr 17 2026 Jindrich Novy <jnovy@redhat.com> - 1.27-2
- add conditional Requires on container-selinux for SELinux-enabled systems
- Resolves: RHEL-169227
* Fri Apr 10 2026 Jindrich Novy <jnovy@redhat.com> - 1.27-1
- update to https://github.com/containers/crun/releases/tag/1.27
- Resolves: RHEL-161443