lorax-templates-almalinux/SPECS/lorax-templates-almalinux.spec
2025-04-02 12:17:50 +03:00

59 lines
1.6 KiB
RPMSpec

Name: lorax-templates-almalinux
Version: 9.6
Release: 2%{?dist}.1
Summary: AlmaLinux 9 build templates for lorax and livemedia-creator
License: GPLv2+
URL: https://github.com/weldr/lorax
BuildArch: noarch
Source0: lorax-templates-rhel-9.6-2.tar.gz
# Required for the template branding support
Requires: lorax >= 34.9.1
Patch0001: 0001-Correct-grammar-in-Grub-rescue-menu-entries.patch
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/70-almalinux
%description
RHEL-specific Lorax templates for creating the boot.iso and live isos are
placed in %{templatedir}
%prep
%setup -n lorax-templates-rhel-%{version}
%%patch0001 -p1
# Do not try to install packages not available in AlmaLinux
sed -i '/libreport-rhel-anaconda-bugzilla/d' 80-rhel/runtime-install.tmpl
sed -i '/redhat-release-eula/d' 80-rhel/runtime-install.tmpl
%build
# nothing to build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%files
%dir %{templatedir}
%{templatedir}/*
%changelog
* Wed Apr 02 2025 Yuriy Kohut <ykohut@almalinux.org> - 9.6-2.1
- Correct grammar in Grub rescue menuentries
* Fri Mar 21 2025 Eduard Abdullin <alukoshko@almalinux.org> - 9.6-2
- Update for AlmaLinux 9.6 beta
* Wed Apr 12 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9.0-37
- Update for AlmaLinux 9.2 beta
* Tue Oct 18 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 9.0-35
- Update for AlmaLinux 9.1 beta
* Fri Mar 11 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 9.0-33
- Initial build for AlmaLinux 9.0 beta