mockbuild: don't install rpm-build
It's not used for anything.
This commit is contained in:
parent
0c99963ffb
commit
44ef47262c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ fi
|
||||||
|
|
||||||
# Install requirements for building RPMs in mock.
|
# Install requirements for building RPMs in mock.
|
||||||
greenprint "📦 Installing mock requirements"
|
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.
|
# Print some data.
|
||||||
greenprint "🧬 Using mock config: ${MOCK_CONFIG}"
|
greenprint "🧬 Using mock config: ${MOCK_CONFIG}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue