From e6d797238a728f59756d383e4573f5b333daeefa Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 14 Feb 2018 09:48:51 -0600 Subject: [PATCH] missing dep found during tests --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index a9ce723..abff622 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ Name: podman Version: 0.2 -Release: 2.git%{shortcommit}%{?dist} +Release: 3.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -77,6 +77,7 @@ Requires: conmon Requires: buildah Requires: containernetworking-cni > 0.6 Requires: iptables +Requires: atomic-registries # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' containerd-*/vendor.conf | sort @@ -456,6 +457,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Feb 14 2018 baude - 0.2-3.git3d0100b +- Add dep for atomic-registries + * Tue Feb 13 2018 baude - 0.2-2.git3d0100b - Add more 64bit arches - Add containernetworking-cni dependancy