set install_weak_deps to 0 by default
yum ignores values it does not understand and dnf by default installs weak dependecies, after talking to the FPC we should disable weka deps and anything needed should be pulled in explicitly Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
7390348a97
commit
0ea9bdec33
1 changed files with 1 additions and 0 deletions
|
|
@ -1335,6 +1335,7 @@ obsoletes=1
|
|||
gpgcheck=0
|
||||
assumeyes=1
|
||||
keepcache=1
|
||||
install_weak_deps=0
|
||||
|
||||
# repos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue