diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index ba329af..c2700b7 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.71 -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 Summary: Tool for creating the anaconda install images Group: Applications/System @@ -22,9 +22,13 @@ Patch2: 0002-Add-iconv-template-command.patch BuildRequires: python3-devel Requires: lorax-templates +%if 0%{?msvsphere} >= 8 +Requires: lorax-templates-msvsphere +%else %if 0%{?rhel} >= 8 Requires: lorax-templates-rhel %endif +%endif Requires: GConf2 Requires: cpio @@ -265,6 +269,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Mon Jul 15 2024 Arkady L. Shane - 28.14.71-1.inferit.1 +- Fix template name + * Fri Apr 19 2024 Arkady L. Shane - 28.14.71-1.inferit - templates: Fixed UTF-8 handling in replace command - templates: Added iconv command to convert from UTF-8 to another encoding