From 383bfa04f464866ae7ec0b5ca94041bbb00eeb68 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 11 Jul 2024 19:08:28 +0300 Subject: [PATCH] Fix template require --- SPECS/lorax.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index cb13c88..f7da82e 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.70 -Release: 1%{?dist}.inferit.1 +Release: 1%{?dist}.inferit.2 Summary: Tool for creating the anaconda install images Group: Applications/System @@ -21,9 +21,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 @@ -264,6 +268,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Jul 11 2024 Arkady L. Shane - 28.14.70-1.inferit.2 +- Fix template require + * Fri Dec 22 2023 Arkady L. Shane - 28.14.70-1.inferit.1 - remove libreport-rhel-anaconda-bugzilla depend