From 421cd38a5b450811b37cd72b4c1fe6cfc187d1fb Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Jul 29 2019 04:46:58 +0000 Subject: beaker-tests-sanity: install rpm-build for runtest-modules.sh --- diff --git a/beaker-tests/Install/Config-copr-cli/runtest.sh b/beaker-tests/Install/Config-copr-cli/runtest.sh index 2e7e353..3e1678a 100755 --- a/beaker-tests/Install/Config-copr-cli/runtest.sh +++ b/beaker-tests/Install/Config-copr-cli/runtest.sh @@ -44,6 +44,7 @@ rlJournalStart rlRun "dnf config-manager --set-enabled fedora --save" rlRun "dnf install -y python3-copr copr-cli" rlRun "dnf upgrade python3-copr copr-cli" + rlRun "dnf install rpm-build" cat > /etc/dnf/plugins/copr.d/tested-copr.conf <