diff --git a/80-rhel/runtime-postinstall.tmpl b/80-rhel/runtime-postinstall.tmpl index db06fef..6894735 100644 --- a/80-rhel/runtime-postinstall.tmpl +++ b/80-rhel/runtime-postinstall.tmpl @@ -71,6 +71,7 @@ install ${configdir}/bash_history root/.bash_history install ${configdir}/profile root/.profile install ${configdir}/libuser.conf etc install ${configdir}/sysctl.conf etc/sysctl.d/anaconda.conf +install ${configdir}/spice-vdagentd etc/sysconfig mkdir etc/NetworkManager/conf.d install ${configdir}/91-anaconda-autoconnect-slaves.conf etc/NetworkManager/conf.d install ${configdir}/vconsole.conf etc diff --git a/lorax-templates-rhel.spec b/lorax-templates-rhel.spec index beca30a..7e3c445 100644 --- a/lorax-templates-rhel.spec +++ b/lorax-templates-rhel.spec @@ -1,6 +1,6 @@ Name: lorax-templates-rhel Version: 9.0 -Release: 3%{?dist} +Release: 4%{?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-4 +- Add spice-vdagentd conf back - anaconda still needs it. + * Thu Oct 29 2020 Jan Kaluza - 9.0-3 - Add spice-vdagent back - anaconda still needs it.