rpmdevtools is installed by basic role
We don't need to try and install it in the test script.
This commit is contained in:
parent
9959118c08
commit
94a7f4a166
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# We need rpmdev-vercmp
|
# 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)
|
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
|
# Define block sizes
|
||||||
|
Loading…
Reference in New Issue
Block a user