From 27fab4ca4e59ad0f0939b494a2972aba918de517 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 17 Nov 2022 09:41:30 +0100 Subject: [PATCH] buildah-1.28.0-2.el9 - pull in crun by default - Resolves: #2142494 Signed-off-by: Jindrich Novy --- buildah.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 62e61d6..5724ae6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.28.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -37,7 +37,8 @@ BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: libassuan-devel BuildRequires: make -Requires: runc >= 1.0.0-26 +Recommends: crun +Requires: oci-runtime Requires: containers-common >= 2:1-2 Recommends: container-selinux Requires: slirp4netns >= 0.3-0 @@ -132,6 +133,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Nov 17 2022 Jindrich Novy - 1:1.28.0-2 +- pull in crun by default +- Resolves: #2142494 + * Tue Nov 01 2022 Jindrich Novy - 1:1.28.0-1 - update to https://github.com/containers/buildah/releases/tag/v1.28.0 - Related: #2124478