From 44ef47262cd13089f84c111eef7268cac95c3751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 30 Nov 2020 12:07:56 +0100 Subject: [PATCH] mockbuild: don't install rpm-build It's not used for anything. --- schutzbot/mockbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/mockbuild.sh b/schutzbot/mockbuild.sh index 223cbb8..e75372d 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -55,7 +55,7 @@ fi # Install requirements for building RPMs in mock. greenprint "📦 Installing mock requirements" -sudo dnf -y install createrepo_c mock rpm-build s3cmd +sudo dnf -y install createrepo_c mock s3cmd # Print some data. greenprint "🧬 Using mock config: ${MOCK_CONFIG}"