From 1967454f006188893088b176af965251498f4685 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 7 Feb 2019 17:10:44 +0000 Subject: [PATCH] Update git submodules * Update bindep from branch 'master' - Allow mentioning tools paths in bindep yum/dnf package managers do allow mentioning full path to executable instead of rpm name for installing it. This allows users to install needed tool regardless what package name may provide it (which may depend on what repos they have installed or enabled). This allows 'package' names to start with slash as this is a requirement for triggering this feature in yum/rpm. Practice use-case scenario: user wants docker to be installed but docker could be installed from docker rpm or from docker-ce rpm if user added upstream repositories. Both of them provide the same executable, but the package manager will pick one based on its priorities. Command line example: yum install -y /usr/bin/docker Change-Id: I7e47ee956e9496d9f47a98f9595790797c8d1789 --- bindep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep b/bindep index 1568971ca0..0bc70eee07 160000 --- a/bindep +++ b/bindep @@ -1 +1 @@ -Subproject commit 1568971ca028100b545c9fd8197a579d4bc0a271 +Subproject commit 0bc70eee07b1832d5e3e1e75f531d394523e107e