119 lines
3.6 KiB
RPMSpec
119 lines
3.6 KiB
RPMSpec
Name: lorax-templates-rhel
|
|
Version: 10.0
|
|
Release: 21%{?dist}
|
|
Summary: RHEL build templates for lorax and livemedia-creator
|
|
|
|
License: GPLv2+
|
|
URL: https://github.com/weldr/lorax
|
|
BuildArch: noarch
|
|
|
|
# This tarball is generated from the contents of this dist-git repository
|
|
# by running the command `make tar`.
|
|
# See README for full details of how to update this package
|
|
Source0: lorax-templates-rhel-10.0-21.tar.gz
|
|
|
|
# Required for the template branding support
|
|
Requires: lorax >= 34.9.1
|
|
|
|
Provides: lorax-templates = %{version}-%{release}
|
|
|
|
# Where are these supposed to end up?
|
|
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
|
|
|
%description
|
|
RHEL-specific Lorax templates for creating the boot.iso and live isos are
|
|
placed in %{templatedir}
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%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 Dec 14 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-21
|
|
- Sync from CentOS Stream 9
|
|
- On ppc64le Use core.elf from grub2 package (bcl)
|
|
Resolves: rhbz#2143422
|
|
- grub2 1:2.06-51 now ships a signed core.elf that includes all the needed
|
|
modules, use that instead of making an unsigned one.
|
|
|
|
* Tue Oct 18 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-20
|
|
- Sync from Fedora
|
|
- Commit (502cc01d9a8a8c6626e83ff7ea7f7853cce92df5)
|
|
- Drop 32-bit ARM and x86 support
|
|
- Drop anaconda auditd replacement
|
|
- Update kdump addon package name
|
|
|
|
* Thu Sep 15 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-19
|
|
- ()
|
|
|
|
* Thu Jun 23 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-18
|
|
- ()
|
|
|
|
* Thu Jun 23 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-18
|
|
- Add virtual Provides: lorax-templates
|
|
|
|
* Fri Jun 17 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-17
|
|
- Complete removal of syslinux
|
|
|
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-16
|
|
- Fix typo
|
|
|
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-15
|
|
- Pull in the latest changes from Fedora
|
|
- Use grub2 instead of syslinux for all x86 systems
|
|
|
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-14
|
|
- Exclude python-virt-firmware from pkginstall
|
|
|
|
* Thu Apr 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-13
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-12
|
|
- Don't try to install packages that don't exist in ELN
|
|
- redhat-release-eula
|
|
- libreport-rhel-anaconda-bugzilla
|
|
|
|
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-11
|
|
- Don't move the restart-anaconda file
|
|
|
|
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-10
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Mon Feb 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-9
|
|
- Update to new Malaysian font
|
|
|
|
* Mon Feb 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-8
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Wed Jan 26 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-7
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Tue Jan 04 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-6
|
|
- Update runtime-cleanup.tmpl to handle changes in sound support
|
|
|
|
* Tue Nov 30 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-5
|
|
- Regenerate tarball correctly
|
|
|
|
* Mon Nov 29 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-4
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Thu Jul 15 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-3
|
|
- Drop prefixdevname
|
|
|
|
* Wed Jul 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-2
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Mon May 10 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-1
|
|
- First release of lorax-templates-rhel for ELN
|