From 47ace5cd989103f7d646282fce66434b5a3c13f6 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 8 Jul 2016 14:15:57 +0100 Subject: [PATCH] Add missing docker-proxy into managed files in rpm spec This was missed in #23312 even though the other parts of this were fixed. Signed-off-by: Justin Cormack --- hack/make/.build-rpm/docker-engine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/.build-rpm/docker-engine.spec b/hack/make/.build-rpm/docker-engine.spec index d3ae77f404..29535e53c4 100644 --- a/hack/make/.build-rpm/docker-engine.spec +++ b/hack/make/.build-rpm/docker-engine.spec @@ -189,6 +189,7 @@ install -p -m 644 contrib/syntax/nano/Dockerfile.nanorc $RPM_BUILD_ROOT/usr/shar /%{_bindir}/docker-containerd /%{_bindir}/docker-containerd-shim /%{_bindir}/docker-containerd-ctr +/%{_bindir}/docker-proxy /%{_bindir}/docker-runc /%{_sysconfdir}/udev/rules.d/80-docker.rules %if 0%{?is_systemd}