|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lorax
|
|
|
|
|
Version: 34.9.25
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Release: 1%{?dist}.inferit.1
|
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -26,7 +26,7 @@ BuildRequires: systemd-rpm-macros
|
|
|
|
|
|
|
|
|
|
Requires: lorax-templates
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
Requires: lorax-templates-rhel
|
|
|
|
|
Requires: lorax-templates-msvsphere
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: cpio
|
|
|
|
@ -190,6 +190,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 03 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.25-1.inferit.1
|
|
|
|
|
- Change depend to lorax-templates-msvsphere
|
|
|
|
|
|
|
|
|
|
* Tue Apr 02 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.25-1.inferit
|
|
|
|
|
- templates: Fixed UTF-8 handling in replace command
|
|
|
|
|
- templates: Added iconv command to convert from UTF-8 to another encoding
|
|
|
|
|