From fe10418da919fa8a1a6dddf35c0ca4f96ff0820b Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Wed, 8 Jul 2015 15:30:42 +1000 Subject: [PATCH] Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build. Signed-off-by: Avi Miller Upstream-commit: e3b5889783d5e83a9cecc0867e7af73d5fd023f0 Component: engine --- components/engine/hack/make/.build-rpm/docker-engine.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/engine/hack/make/.build-rpm/docker-engine.spec b/components/engine/hack/make/.build-rpm/docker-engine.spec index 1c54ce0518..61c46ccc76 100644 --- a/components/engine/hack/make/.build-rpm/docker-engine.spec +++ b/components/engine/hack/make/.build-rpm/docker-engine.spec @@ -37,10 +37,7 @@ Requires(preun): initscripts # required packages on install Requires: /bin/sh Requires: iptables -Requires: libc.so.6 Requires: libcgroup -Requires: libpthread.so.0 -Requires: libsqlite3.so.0 Requires: tar Requires: xz %if 0%{?fedora} >= 21