Compare commits

...

4 Commits

Author SHA1 Message Date
CentOS Sources 68d7c298ae import lorax-templates-rhel-8.7-1.el8 2022-11-08 13:40:56 +00:00
CentOS Sources 9e10d0cbd8 import lorax-templates-rhel-8.6-3.el8 2022-05-10 07:50:47 +00:00
CentOS Sources ed24f29f51 import lorax-templates-rhel-8.5-2.el8 2021-12-07 17:00:39 +00:00
CentOS Sources 141da199fe import lorax-templates-rhel-8.4-3.el8 2021-09-09 21:39:07 +00:00
3 changed files with 52 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-8.3-4.tar.gz
SOURCES/lorax-templates-rhel-8.7-1.tar.gz

View File

@ -1 +1 @@
595819f55d98cdc77d72ab279e1d5b9b597f064f SOURCES/lorax-templates-rhel-8.3-4.tar.gz
c37a6aaaf46fe3effa3bd22fc4520831b6a52758 SOURCES/lorax-templates-rhel-8.7-1.tar.gz

View File

@ -1,12 +1,15 @@
Name: lorax-templates-rhel
Version: 8.3
Release: 4%{?dist}
Version: 8.7
Release: 1%{?dist}
Summary: RHEL8 build templates for lorax and livemedia-creator
License: GPLv2+
URL: https://github.com/weldr/lorax
BuildArch: noarch
Source0: lorax-templates-rhel-8.3-4.tar.gz
Source0: lorax-templates-rhel-8.7-1.tar.gz
# Required for the template branding support
Requires: lorax > 28.14.68
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +34,50 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Mon Jun 13 2022 Brian C. Lane <bcl@redhat.com> - 8.7-1
- runtime-cleanup: Use new lorax branding support (bcl)
Resolves: rhbz#2052154
* Fri Jan 14 2022 Brian C. Lane <bcl@redhat.com> - 8.6-3
- Enable sftp when using inst.sshd (bcl)
Resolves: rhbz#2035050
- Revert "Drop ia32 uefi package installation" (bcl)
Related: rhbz#2035050
* Tue Jan 11 2022 Brian C. Lane <bcl@redhat.com> - 8.6-2
- Drop ia32 uefi package installation (bcl)
Resolves: rhbz#2035050
* Mon Nov 01 2021 Brian C. Lane <bcl@redhat.com> - 8.6-1
- Drop ppc 32 bit support from grub template for live iso (bcl)
Resolves: rhbz#2016807
* Mon Oct 04 2021 Brian C. Lane <bcl@redhat.com> - 8.5-3
- runtime-install: Install nvme-cli tool
Resolves: rhbz#1903339
* Mon May 10 2021 Brian C. Lane <bcl@redhat.com> - 8.5-2
- runtime-install: Install ipcalc (bcl)
Resolves: rhbz#1958314
* Mon Mar 22 2021 Brian C. Lane <bcl@redhat.com> - 8.5-1
- Add inst. prefix to installer kernel cmdline arguments
Resolves: rhbz#1939350
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> - 8.4-3
- sshd_config: Apply suggested changes (bcl)
Resolves: rhbz#1872921
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> - 8.4-2
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
Resolves: rhbz#1892404
- Remove mdmonitor service from boot.iso (bcl)
Resolves: rhbz#1888728
* Wed Oct 28 2020 Brian C. Lane <bcl@redhat.com> - 8.4-1
- Install Xorg and tigervnc-server on s390 boot.iso (bcl)
Resolves: rhbz#1854933
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
- rsyslog: Disable journal ratelimits during install
Related: rhbz#1752754