Builder - update base to fedora-34.

Update required packages
This commit is contained in:
unman 2022-05-21 15:21:13 +00:00
parent 3418d5acbc
commit 1889b4a69c
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
4 changed files with 21 additions and 20 deletions

View File

@ -1,9 +1,9 @@
include:
- build.template-fedora-32-minimal
- build.template-fedora-34-minimal
qvm-clone-id:
qvm.clone:
- require:
- sls: build.template-fedora-32-minimal
- sls: build.template-fedora-34-minimal
- name: template-builder
- source: fedora-32-minimal
- source: fedora-34-minimal

View File

@ -30,6 +30,7 @@ install:
- rpm-build
- rpm-sign
- rpmdevtools
- systemd-container
- texinfo
- wget
- zlib-devel

View File

@ -1,17 +0,0 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
##
# qvm.template-fedora-32-minimal
# ======================
#
# Installs 'fedora-32-minimal' template.
#
# Execute:
# qubesctl state.sls qvm.template-fedora-32-minimal dom0
##
template-fedora-32-minimal:
pkg.installed:
- name: qubes-template-fedora-32-minimal
- fromrepo: qubes-templates-itl

View File

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
##
# qvm.template-fedora-34-minimal
# ======================
#
# Installs 'fedora-34-minimal' template.
#
# Execute:
# qubesctl state.sls qvm.template-fedora-34-minimal dom0
##
template-fedora-34-minimal:
qvm.template_installed:
- name: qubes-template-fedora-34-minimal
- fromrepo: qubes-templates-itl