- Set requirement on lorax-templates-rhel for prefixdevname change

Related: RHEL-30010
This commit is contained in:
Brian C. Lane 2024-05-31 10:47:09 -07:00
parent 5b4b714cea
commit adf1e52b80

View File

@ -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 <bcl@redhat.com> - 40.5.3-2
- Set requirement on lorax-templates-rhel for prefixdevname change
Related: RHEL-30010
* Fri May 31 2024 Brian C. Lane <bcl@redhat.com> 40.5.3-1
- tito: Add RHEL tagger with support for rhbz and RHEL (bcl)
Related: RHEL-31830