Unbreak tests/Sanity/rebuild-coreutils

Work around #1960792 (a coreutils bug). While the systems running
Fedora CI are still affected, the fix is already in the update
repos. Using "dnf update coreutils" should be enough to make our
test pass.
This commit is contained in:
Václav Kadlčík 2021-05-26 15:01:12 +02:00 committed by mcermak
parent 3ebde0f76b
commit c82e600f3f

View File

@ -40,6 +40,8 @@ rlJournalStart
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
rlRun "pushd $TmpDir"
rlRun 'dnf -y update coreutils' 0-255
rlRun "koji download-build --arch=src $(rpm -q coreutils)"
rlRun "SRPM=`find . -name 'coreutils-*.src.rpm'`"
rlRun "dnf builddep -y $SRPM"