Skip to content

Commit

Permalink
Update fedora-40-x86_64.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
smahima27 authored Apr 15, 2024
1 parent 5dff9ec commit de3f6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vanagon/platform/defaults/fedora-40-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plat.servicedir '/usr/lib/systemd/system'
plat.defaultdir '/etc/sysconfig'
plat.servicetype 'systemd'
plat.dist 'fc38'
plat.dist 'fc40'

packages = %w[
autoconf automake bzip2-devel gcc gcc-c++ libselinux-devel
Expand All @@ -13,5 +13,5 @@
plat.provision_with("/usr/bin/dnf install -y --best --allowerasing #{packages.join(' ')}")

plat.install_build_dependencies_with '/usr/bin/dnf install -y --best --allowerasing'
plat.vmpooler_template 'fedora-38-x86_64'
plat.vmpooler_template 'fedora-40-x86_64'
end

0 comments on commit de3f6ae

Please sign in to comment.