Fix required version of runc

This commit is contained in:
Daniel J Walsh 2018-09-25 10:12:02 -04:00
parent b8591e6d35
commit dfcacc2689
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -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 <dwalsh@redhat.com> - 1:0.9.4-2.dev.gitaf791f3
- Fix required version of runc
* Mon Sep 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-1.dev.gitaf791f3
- bump to v0.9.4
- built af791f3