wal-g/ci/prepare.sh

12 lines
212 B
Bash

#!/bin/sh
dnf install -y \
--setopt install_weak_deps=0 \
rpm-build \
rpm-sign \
rsync \
--
rpmspec -q --srpm --requires wal-g.spec \
| xargs dnf install -y --setopt install_weak_deps=0