Require lorax-templates-rhel
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
92d4810327
commit
c759062cb3
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 40.5
|
Version: 40.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -21,6 +21,9 @@ BuildRequires: make
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
Requires: lorax-templates
|
Requires: lorax-templates
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
Requires: lorax-templates-rhel
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: cpio
|
Requires: cpio
|
||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
@ -168,6 +171,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 16 2024 Stephen Gallagher <sgallagh@redhat.com> - 40.5-2
|
||||||
|
- Require lorax-templates-rhel
|
||||||
|
|
||||||
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 40.5-1
|
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 40.5-1
|
||||||
- New lorax documentation - 40.5 (bcl@redhat.com)
|
- New lorax documentation - 40.5 (bcl@redhat.com)
|
||||||
- maint: Switch default platform to F40 (bcl@redhat.com)
|
- maint: Switch default platform to F40 (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user