Add requires to lorax-templates-almalinux

This commit is contained in:
eabdullin 2023-08-03 17:48:14 +03:00
parent 6bf2f6caf1
commit 156a88e74c
1 changed files with 5 additions and 2 deletions

View File

@ -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 <eabdullin@almalinux.org> 34.9.23-1.alma
- Add requires to lorax-templates-almalinux
* Wed Jan 11 2023 Brian C. Lane <bcl@redhat.com> 34.9.23-1
- rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)
Resolves: rhbz#2158731