From 57313cde8c2694f8009b2b384421487335282135 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 07 2024 15:41:45 +0000 Subject: build an i686 --- diff --git a/SPECS/runc.spec b/SPECS/runc.spec index a10ed4d..6f4dd23 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -29,7 +29,6 @@ Name: %{repo} Version: 1.0.0 Release: 70.rc10%{?dist} Summary: CLI for running Open Containers -ExcludeArch: %{ix86} License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz @@ -45,7 +44,9 @@ BuildRequires: golang BuildRequires: git BuildRequires: go-md2man BuildRequires: libseccomp-devel +%ifnarch %{ix86} Requires: criu +%endif Requires(pre): container-selinux >= 2:2.2-2 %description