[linux-nfc] [neard][PATCH 3/8] ci: switch to dnf on Fedora

Krzysztof Kozlowski <[email protected]> Wed, 22 Sep 2021 18:11:08 +0200
Newsgroups org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc
Message-ID <[email protected]>
dnf is the new package manager on Fedora.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
 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
_______________________________________________
Linux-nfc mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s