crun-1.26-3.el10

- add conditional Requires on container-selinux for SELinux-enabled systems
- Resolves: RHEL-169517

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-04-20 15:09:55 +02:00
parent c6c8dce63e
commit 565b171dfd

View File

@ -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.26
Release: 2%{?dist}
Release: 3%{?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
@ -141,6 +142,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
%endif
%changelog
* Sun Apr 20 2026 Jindrich Novy <jnovy@redhat.com> - 1.26-3
- add conditional Requires on container-selinux for SELinux-enabled systems
- Resolves: RHEL-169517
* Fri Feb 27 2026 Jindrich Novy <jnovy@redhat.com> - 1.26-2
- use %%configure macro instead of ./configure to inject RPM hardening flags
(stack protector, FORTIFY_SOURCE)