#8 kickstart: fix deps for Fedora 30
Merged 4 years ago by kparal. Opened 4 years ago by kparal.

@@ -42,8 +42,9 @@ 

  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 @@ 

      < /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

Changes make sense, this might break F28 building, but that shouldn't matter too much now.

+1

rebased onto 0479eab

4 years ago

Commit 68c5009 fixes this pull-request

Pull-Request has been merged by kparal

4 years ago
Metadata