From dfcacc268921ae2584a969ee5d3f659ad9a3d089 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 25 Sep 2018 10:12:02 -0400 Subject: [PATCH] Fix required version of runc --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 474acc7..e0eefec 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.4 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -60,7 +60,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 2:1.0.0-51 +Requires: runc >= 2:1.0.0-55 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -551,6 +551,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 +- Fix required version of runc + * Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 - bump to v0.9.4 - built af791f3