From 156a88e74c000b0bc02914142b8ebaec9f67186a Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 3 Aug 2023 17:48:14 +0300 Subject: [PATCH] Add requires to lorax-templates-almalinux --- SPECS/lorax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 82b482f..415248b 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 34.9.23 -Release: 1%{?dist} +Release: 1%{?dist}.alma Summary: Tool for creating the anaconda install images License: GPLv2+ @@ -21,7 +21,7 @@ BuildRequires: systemd-rpm-macros Requires: lorax-templates %if 0%{?rhel} >= 9 -Requires: lorax-templates-rhel +Requires: lorax-templates-almalinux %endif Requires: cpio @@ -185,6 +185,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Thu Aug 03 2023 Eduard Abdullin 34.9.23-1.alma +- Add requires to lorax-templates-almalinux + * Wed Jan 11 2023 Brian C. Lane 34.9.23-1 - rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl) Resolves: rhbz#2158731