|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: lorax
|
|
|
|
Name: lorax
|
|
|
|
Version: 40.5.6
|
|
|
|
Version: 40.5.6
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit.1
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
License: GPL-2.0-or-later
|
|
|
@ -27,9 +27,14 @@ BuildRequires: make
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
|
|
|
|
|
|
|
Requires: lorax-templates
|
|
|
|
Requires: lorax-templates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?msvsphere} >= 9
|
|
|
|
|
|
|
|
Requires: lorax-templates-msvsphere
|
|
|
|
|
|
|
|
%else
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
Requires: lorax-templates-rhel >= 10.0-45
|
|
|
|
Requires: lorax-templates-rhel >= 10.0-45
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: cpio
|
|
|
|
Requires: cpio
|
|
|
|
Requires: device-mapper
|
|
|
|
Requires: device-mapper
|
|
|
@ -188,6 +193,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.5.6-1.inferit.1
|
|
|
|
|
|
|
|
- lorax-templates-rhel requiries was replaced with lorax-templates-msvsphere
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 23 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.5.6-1.inferit
|
|
|
|
* Mon Dec 23 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.5.6-1.inferit
|
|
|
|
- Backport dracut chroot umount fix
|
|
|
|
- Backport dracut chroot umount fix
|
|
|
|
- Fix replace command utf8 handling
|
|
|
|
- Fix replace command utf8 handling
|
|
|
|