From 68c500988c29c78bab00d45e4bba3c9926fcea81 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: May 20 2019 15:10:48 +0000 Subject: kickstart: fix deps for Fedora 30 Merges: https://pagure.io/taskotron/base_images/pull-request/8 --- diff --git a/trigger_build/kickstarts/taskotron_cloud.ks b/trigger_build/kickstarts/taskotron_cloud.ks index 1d06052..f3ddb61 100644 --- a/trigger_build/kickstarts/taskotron_cloud.ks +++ b/trigger_build/kickstarts/taskotron_cloud.ks @@ -42,8 +42,9 @@ cloud-utils python3-libtaskotron # Standard interface stuff ansible -python2-dnf -libselinux-python +python3-dnf +python3-libselinux +python2-libselinux # for F29 and older standard-test-roles %end @@ -99,7 +100,7 @@ awk '(NF==0&&!done){print "override_install_langs='$LANG'";done=1}{print}' \ < /etc/yum.conf > /etc/yum.conf.new mv /etc/yum.conf.new /etc/yum.conf -# Remvove old repodata +# Remove old repodata echo "Cleaning old dnf repodata." dnf clean all truncate -c -s 0 /var/log/dnf.log