Skip to content

Commit 72cdc3a

Browse files
authored
Merge pull request #737 from mrc0mmand/rawhide-nfs
vagrant(rawhide): install NFS tools
2 parents 6e07183 + 9675858 commit 72cdc3a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

vagrant/boxes/rawhide_selinux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dnf config-manager setopt fedora-cisco-openh264.enabled=0
2020
# Upgrade the system
2121
dnf upgrade -y
2222

23+
# Install NFS tools required by Vagrant's "synced folder" functionality
24+
dnf install -y nfs-utils libnfs-utils portmap
2325
# Install build & test dependencies
2426
dnf install -y attr busybox cryptsetup dnf5-plugins dosfstools fedpkg git jq nc qemu-kvm rpm-build rpmdevtools rust socat \
2527
strace time tmt tpm2-tss-devel util-linux-script 'python3dist(jinja2)'

vagrant/vagrant-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LIB_ROOT="$(dirname "$0")/../common"
88
# shellcheck source=common/utils.sh
99
. "$LIB_ROOT/utils.sh" || exit 1
1010

11-
VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.1/vagrant-2.4.1-1.x86_64.rpm"
11+
VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.3/vagrant-2.4.3-1.x86_64.rpm"
1212
WORKAROUNDS_DIR="$(dirname "$(readlink -f "$0")")/workarounds"
1313

1414
set -eu

vagrant/workarounds/build-shared-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -eu
88
set -o pipefail
99

1010
OUT_DIR="${OUT_DIR:-$PWD}"
11-
VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.1/vagrant-2.4.1-1.x86_64.rpm"
11+
VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.3/vagrant-2.4.3-1.x86_64.rpm"
1212

1313
[[ ! -d "$OUT_DIR" ]] && mkdir -p "$OUT_DIR"
1414

0 commit comments

Comments
 (0)