From 566c8e8290f675351bac1b271dc10792c7993eb2 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 3 Apr 2024 16:55:35 +0300 Subject: [PATCH] Change depend to lorax-templates-msvsphere --- SPECS/lorax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 7eabd71..8d1d50b 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -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 - 34.9.25-1.inferit.1 +- Change depend to lorax-templates-msvsphere + * Tue Apr 02 2024 Arkady L. Shane - 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