From 878126a6b3f7f070f761e9d05f61edacb2c0b9e6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 1 Oct 2019 21:31:39 +0200 Subject: [PATCH] Switch to crun for Cgroups v2 support https://bugzilla.redhat.com/show_bug.cgi?id=1756980 --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 00113c4..324c5bb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.12.0 -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -42,7 +42,7 @@ BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make -Requires: runc >= 1.0.0-17 +Requires: crun >= 0.9.1-1 Requires: containers-common %if 0%{?fedora} Recommends: container-selinux @@ -100,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Oct 01 2019 Debarshi Ray - 1.12.0-0.26.dev.gitcf933c8 +- Switch to crun for Cgroups v2 support + * Tue Oct 01 2019 RH Container Bot - 1.12.0-0.25.dev.gitcf933c8 - autobuilt cf933c8