diff --git a/lorax.spec b/lorax.spec index c0d3cb4..1d754d9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 40.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -22,7 +22,7 @@ BuildRequires: systemd-rpm-macros Requires: lorax-templates %if 0%{?rhel} >= 9 -Requires: lorax-templates-rhel +Requires: lorax-templates-rhel >= 10.0-45 %endif Requires: cpio @@ -179,6 +179,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri May 31 2024 Brian C. Lane - 40.5.3-2 +- Set requirement on lorax-templates-rhel for prefixdevname change + Related: RHEL-30010 + * Fri May 31 2024 Brian C. Lane 40.5.3-1 - tito: Add RHEL tagger with support for rhbz and RHEL (bcl) Related: RHEL-31830