4072ae232f
We need to update vim-minimal, otherwise when rabbitmq-server gets installed and pulls in vim-common, we run into: https://bugzilla.redhat.com/show_bug.cgi?id=1066983 Change-Id: I910cd6c5c5fcfc6f6780b86029b1b4e660dd8d05
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
# Workaround for:
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
|
|
install-packages vim-minimal
|