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:
parent
f90f73457d
commit
8108bf4d52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user