2021-05-10 16:22:15 +00:00
|
|
|
Name: lorax-templates-rhel
|
|
|
|
Version: 10.0
|
2023-02-09 02:38:23 +00:00
|
|
|
Release: 23%{?dist}
|
2021-05-10 16:22:15 +00:00
|
|
|
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
|
2023-02-09 02:38:23 +00:00
|
|
|
Source0: lorax-templates-rhel-10.0-23.tar.gz
|
2018-06-18 16:43:58 +00:00
|
|
|
|
2021-05-05 19:05:23 +00:00
|
|
|
# Required for the template branding support
|
2021-05-07 16:27:42 +00:00
|
|
|
Requires: lorax >= 34.9.1
|
2021-05-10 16:22:15 +00:00
|
|
|
|
2022-06-23 16:42:39 +00:00
|
|
|
Provides: lorax-templates = %{version}-%{release}
|
|
|
|
|
2021-05-10 16:22:15 +00:00
|
|
|
# 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
|
2018-06-18 16:43:58 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2021-05-10 16:22:15 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{templatedir}
|
|
|
|
%{templatedir}/*
|
|
|
|
|
|
|
|
%changelog
|
2023-02-09 02:38:23 +00:00
|
|
|
* Mon Mar 27 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-23
|
|
|
|
- Update for Noto CJK Variable Fonts
|
|
|
|
|
2023-02-17 18:52:55 +00:00
|
|
|
* Fri Feb 17 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-22
|
|
|
|
- Strip some things from gtk4
|
|
|
|
|
2022-12-14 16:59:21 +00:00
|
|
|
* Wed Dec 14 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-21
|
|
|
|
- Sync from CentOS Stream 9
|
2022-11-28 23:37:22 +00:00
|
|
|
- On ppc64le Use core.elf from grub2 package (bcl)
|
|
|
|
Resolves: rhbz#2143422
|
2022-12-14 16:59:21 +00:00
|
|
|
- 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.
|
|
|
|
|
2022-10-18 20:10:36 +00:00
|
|
|
* 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
|
|
|
|
|
2022-09-15 12:53:42 +00:00
|
|
|
* Thu Sep 15 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-19
|
|
|
|
- ()
|
|
|
|
|
2022-06-23 16:42:39 +00:00
|
|
|
* 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
|
|
|
|
|
2022-06-17 19:36:57 +00:00
|
|
|
* Fri Jun 17 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-17
|
|
|
|
- Complete removal of syslinux
|
|
|
|
|
2022-06-16 23:34:44 +00:00
|
|
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-16
|
|
|
|
- Fix typo
|
|
|
|
|
2022-06-16 21:33:46 +00:00
|
|
|
* 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
|
|
|
|
|
2022-06-16 17:44:42 +00:00
|
|
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-14
|
|
|
|
- Exclude python-virt-firmware from pkginstall
|
|
|
|
|
2022-04-07 14:45:10 +00:00
|
|
|
* Thu Apr 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-13
|
|
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
|
2022-03-08 20:02:55 +00:00
|
|
|
* 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
|
|
|
|
|
2022-03-08 17:19:32 +00:00
|
|
|
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-11
|
|
|
|
- Don't move the restart-anaconda file
|
|
|
|
|
2022-03-08 17:14:50 +00:00
|
|
|
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-10
|
|
|
|
- Re-sync from CentOS Stream 9
|
2018-07-26 16:25:51 +00:00
|
|
|
|
2022-02-07 15:59:54 +00:00
|
|
|
* Mon Feb 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-9
|
|
|
|
- Update to new Malaysian font
|
|
|
|
|
2022-02-07 15:50:29 +00:00
|
|
|
* Mon Feb 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-8
|
|
|
|
- Re-sync from CentOS Stream 9
|
2018-07-20 16:21:55 +00:00
|
|
|
|
2022-01-26 22:02:59 +00:00
|
|
|
* Wed Jan 26 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-7
|
|
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
|
2022-01-04 22:11:43 +00:00
|
|
|
* Tue Jan 04 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-6
|
|
|
|
- Update runtime-cleanup.tmpl to handle changes in sound support
|
|
|
|
|
2021-11-30 12:55:28 +00:00
|
|
|
* Tue Nov 30 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-5
|
|
|
|
- Regenerate tarball correctly
|
|
|
|
|
2021-11-29 16:00:00 +00:00
|
|
|
* Mon Nov 29 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-4
|
|
|
|
- Re-sync from CentOS Stream 9
|
2018-06-20 02:45:20 +00:00
|
|
|
|
2021-07-15 14:37:28 +00:00
|
|
|
* Thu Jul 15 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-3
|
|
|
|
- Drop prefixdevname
|
|
|
|
|
2021-07-14 19:06:02 +00:00
|
|
|
* Wed Jul 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-2
|
|
|
|
- Re-sync from CentOS Stream 9
|
2018-06-19 21:39:25 +00:00
|
|
|
|
2021-05-10 16:22:15 +00:00
|
|
|
* Mon May 10 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-1
|
|
|
|
- First release of lorax-templates-rhel for ELN
|