Fix source fetching

This commit is contained in:
Petr Menšík 2019-08-27 22:40:23 +02:00
parent 841d8832b4
commit 5691e04b76

View File

@ -70,7 +70,7 @@ rlJournalStart
# download src rpm
if ! ls bind*.src.rpm; then
rlRun "dnf --enablerepo='*-source' download bind.src" 0 "Fetch source from repository"
rlRun "dnf --enablerepo='*-source' download --source bind" 0 "Fetch source from repository"
rlRun "rpm -i bind*.src.rpm"
fi