missing dep found during tests

This commit is contained in:
baude 2018-02-14 09:48:51 -06:00
parent 099fb31f4c
commit e6d797238a

View File

@ -45,7 +45,7 @@
Name: podman Name: podman
Version: 0.2 Version: 0.2
Release: 2.git%{shortcommit}%{?dist} Release: 3.git%{shortcommit}%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 License: ASL 2.0
URL: https://%{provider_prefix} URL: https://%{provider_prefix}
@ -77,6 +77,7 @@ Requires: conmon
Requires: buildah Requires: buildah
Requires: containernetworking-cni > 0.6 Requires: containernetworking-cni > 0.6
Requires: iptables Requires: iptables
Requires: atomic-registries
# vendored libraries # vendored libraries
# awk '{print "Provides: bundled(golang("$1")) = "$2}' containerd-*/vendor.conf | sort # awk '{print "Provides: bundled(golang("$1")) = "$2}' containerd-*/vendor.conf | sort
@ -456,6 +457,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif %endif
%changelog %changelog
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
- Add dep for atomic-registries
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b * Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
- Add more 64bit arches - Add more 64bit arches
- Add containernetworking-cni dependancy - Add containernetworking-cni dependancy