diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index a861296..493d3bc 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -173,5 +173,8 @@ installpkg rsync bind-utils ftp mtr wget installpkg gdisk hexedit sg3_utils installpkg perl-interpreter +# TODO: spice-vdagent is supposed to be removed, but Anaconda still needs it. +installpkg spice-vdagent + ## actually install all the requested packages run_pkg_transaction diff --git a/lorax-templates-rhel.spec b/lorax-templates-rhel.spec index fdf328c..cac6dbd 100644 --- a/lorax-templates-rhel.spec +++ b/lorax-templates-rhel.spec @@ -1,6 +1,6 @@ Name: lorax-templates-rhel Version: 9.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: RHEL8 build templates for lorax and livemedia-creator License: GPLv2+ @@ -31,6 +31,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Thu Oct 29 2020 Jan Kaluza - 9.0-3 +- Add spice-vdagent back - anaconda still needs it. + * Wed Oct 28 2020 Stephen Gallagher - 9.0-2 - Replace ppc64le template with upstream version