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