From 26d9608bcfc8e89065ec78d2d7eda87722f95434 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 04 2018 10:27:32 +0000 Subject: Add a specific version of runc or later to require --- diff --git a/podman.spec b/podman.spec index 46788f4..fffbb65 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc +Requires: runc >= 1.0.0-50 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Sep 3 2018 Dan Walsh - 0.8.5-2.gitdc5a711 +- Add a specific version of runc or later to require + * Fri Aug 31 2018 baude - 0.8.5-1.gitdc5a711 - Upstream 0.8.5 release