Require lorax-templates-rhel for RHEL9

This commit is contained in:
Brian C. Lane 2020-10-27 09:47:39 -07:00
parent e1c3ce75a6
commit 0620274eca
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: lorax
Version: 34.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for creating the anaconda install images
License: GPLv2+
@ -20,6 +20,9 @@ BuildRequires: make
BuildRequires: systemd-rpm-macros
Requires: lorax-templates
%if 0%{?rhel} >= 9
Requires: lorax-templates-rhel
%endif
Requires: GConf2
Requires: cpio
@ -193,6 +196,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/composer-cli.1*
%changelog
* Tue Oct 27 2020 Brian C. Lane <bcl@redhat.com> - 34.3-2
- Require lorax-templates-rhel for RHEL9
* Wed Oct 07 2020 Brian C. Lane <bcl@redhat.com> 34.3-1
- composer: Fix open file warnings (bcl@redhat.com)
- ltmpl: Fix deprecated escape in docstring (bcl@redhat.com)