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
This commit is contained in:
committed by
Gerrit Code Review
parent
9ce943e38d
commit
1967454f00