diff --git a/buildah.spec b/buildah.spec index 324c5bb..e3e6044 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.12.0 -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.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: crun >= 0.9.1-1 +Requires: crun >= 0.10-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.27.dev.gitcf933c8 +- Require crun >= 0.10-1 + * Tue Oct 01 2019 Debarshi Ray - 1.12.0-0.26.dev.gitcf933c8 - Switch to crun for Cgroups v2 support