dnf is the new package manager on Fedora. Signed-off-by: Krzysztof Kozlowski --- ci/fedora.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/fedora.sh b/ci/fedora.sh index c5a67d237e91..f054f7d296d4 100755 --- a/ci/fedora.sh +++ b/ci/fedora.sh @@ -15,7 +15,7 @@ case $CC in ;; esac -yum -y install \ +dnf -y install \ autoconf \ autoconf-archive \ automake \ @@ -27,7 +27,7 @@ yum -y install \ $PKGS_CC # Packages needed by CI -yum -y install \ +dnf -y install \ file echo "Install finished: $0" -- 2.30.2