Need to install rpmdevtools manually again

When running a wrapper there doesn't seem to be a way to require packages.
This commit is contained in:
Bruno Wolff III 2019-05-22 01:53:45 -05:00
parent f90f73457d
commit 8108bf4d52

View File

@ -1,6 +1,7 @@
#!/bin/bash
# We need rpmdev-vercmp
dnf install -y rpmdevtools
rpm -q rpmdevtools > /dev/null 2>&1 || (echo 'rpmdev-vercmp from rpmdevtools is needed to run this script, aborting (failed).'; exit 1)
# Define block sizes