From 0620274eca9b0de2a6c7008a2ee10d7be2a32e75 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 27 Oct 2020 09:47:39 -0700 Subject: [PATCH] Require lorax-templates-rhel for RHEL9 --- lorax.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index c8d9110..862de57 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 34.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images License: GPLv2+ @@ -20,6 +20,9 @@ BuildRequires: make BuildRequires: systemd-rpm-macros Requires: lorax-templates +%if 0%{?rhel} >= 9 +Requires: lorax-templates-rhel +%endif Requires: GConf2 Requires: cpio @@ -193,6 +196,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/composer-cli.1* %changelog +* Tue Oct 27 2020 Brian C. Lane - 34.3-2 +- Require lorax-templates-rhel for RHEL9 + * Wed Oct 07 2020 Brian C. Lane 34.3-1 - composer: Fix open file warnings (bcl@redhat.com) - ltmpl: Fix deprecated escape in docstring (bcl@redhat.com)