Fix template name

i8-beta changed/i8-beta/lorax-28.14.71-1.el8.inferit.1
Arkady L. Shane 5 months ago
parent 3ac2bd3f7f
commit 51d8cccd60
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -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 <tigro@msvsphere-os.ru> - 28.14.71-1.inferit.1
- Fix template name
* Fri Apr 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 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

Loading…
Cancel
Save