need epel to install koji-builder

This commit is contained in:
Trevor Batley 2023-08-31 15:30:27 +10:00
parent a04dd07665
commit 1766da2c38

View File

@ -7,7 +7,9 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
source "$SCRIPT_DIR"/globals.sh source "$SCRIPT_DIR"/globals.sh
source "$SCRIPT_DIR"/parameters.sh source "$SCRIPT_DIR"/parameters.sh
dnf install koji-builder # Install the koji builder componelts from epel
dnf install -y epel-release
dnf install -y koji-builder
# Create mock folders and permissions # Create mock folders and permissions
mkdir -p /etc/mock/koji mkdir -p /etc/mock/koji