Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/lorax-templates-rhel-8.10-1.tar.gz
|
SOURCES/lorax-templates-rhel-9.0-40.tar.gz
|
||||||
|
1
.lorax-templates-rhel.metadata
Normal file
1
.lorax-templates-rhel.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
d6b55b32feb6d745d90e5df014e3be6a93c1915a SOURCES/lorax-templates-rhel-9.0-40.tar.gz
|
@ -1,15 +1,15 @@
|
|||||||
Name: lorax-templates-rhel
|
Name: lorax-templates-rhel
|
||||||
Version: 8.10
|
Version: 9.0
|
||||||
Release: 1%{?dist}
|
Release: 40%{?dist}
|
||||||
Summary: RHEL8 build templates for lorax and livemedia-creator
|
Summary: RHEL8 build templates for lorax and livemedia-creator
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/weldr/lorax
|
URL: https://github.com/weldr/lorax
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: lorax-templates-rhel-8.10-1.tar.gz
|
Source0: lorax-templates-rhel-9.0-40.tar.gz
|
||||||
|
|
||||||
# Required for the template branding support
|
# Required for the template branding support
|
||||||
Requires: lorax > 28.14.68
|
Requires: lorax >= 34.9.1
|
||||||
|
|
||||||
# Where are these supposed to end up?
|
# Where are these supposed to end up?
|
||||||
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
||||||
@ -34,59 +34,183 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|||||||
%{templatedir}/*
|
%{templatedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 07 2024 Brian C. Lane <bcl@redhat.com> - 8.10-1
|
* Tue Jul 09 2024 Brian C. Lane <bcl@redhat.com> - 9.0-40
|
||||||
- Makefile: Bump the release version to 8.10 (bcl)
|
- rsyslog.conf: Update to use current config syntax (bcl)
|
||||||
Related: RHEL-24418
|
Resolves: RHEL-28654
|
||||||
- Restore missing ppc files (bcl)
|
|
||||||
Resolves: RHEL-24619
|
|
||||||
|
|
||||||
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> - 8.7-2
|
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> - 9.0-39
|
||||||
- templates: Remove libreport bugzilla plugins
|
- templates: Remove libreport bugzilla plugins (bcl)
|
||||||
Resolves: RHEL-24418
|
Resolves: RHEL-24421
|
||||||
|
|
||||||
* Mon Jun 13 2022 Brian C. Lane <bcl@redhat.com> - 8.7-1
|
* Fri Nov 03 2023 Brian C. Lane <bcl@redhat.com> - 9.0-38
|
||||||
- runtime-cleanup: Use new lorax branding support (bcl)
|
- tools: Add support for Jira RHEL-XXX issues (bcl)
|
||||||
Resolves: rhbz#2052154
|
Related: RHEL-15122
|
||||||
|
- Add setpriv as ostree containers dependency (bcl)
|
||||||
|
Resolves: RHEL-15122
|
||||||
|
|
||||||
* Fri Jan 14 2022 Brian C. Lane <bcl@redhat.com> - 8.6-3
|
* Wed Jan 11 2023 Brian C. Lane <bcl@redhat.com> - 9.0-37
|
||||||
- Enable sftp when using inst.sshd (bcl)
|
- rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)
|
||||||
Resolves: rhbz#2035050
|
Resolves: rhbz#2160070
|
||||||
- Revert "Drop ia32 uefi package installation" (bcl)
|
|
||||||
Related: rhbz#2035050
|
|
||||||
|
|
||||||
* Tue Jan 11 2022 Brian C. Lane <bcl@redhat.com> - 8.6-2
|
* Mon Nov 28 2022 Brian C. Lane <bcl@redhat.com> - 9.0-36
|
||||||
|
- On ppc64le Use core.elf from grub2 package (bcl)
|
||||||
|
Resolves: rhbz#2143422
|
||||||
|
|
||||||
|
* Tue Apr 05 2022 Brian C. Lane <bcl@redhat.com> - 9.0-35
|
||||||
|
- Makefile: Making it easier to create releases (bcl)
|
||||||
|
Related: rhbz#2071074
|
||||||
|
- runtime-postinstall: Remove machine specific nvme files (bcl)
|
||||||
|
Resolves: rhbz#2071074
|
||||||
|
|
||||||
|
* Thu Feb 24 2022 Brian C. Lane <bcl@redhat.com> - 9.0-34
|
||||||
|
- Restore missing packages (bcl)
|
||||||
|
Resolves: rhbz#2056086
|
||||||
|
|
||||||
|
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> - 9.0-33
|
||||||
|
- Keep nvram kernel module (bcl)
|
||||||
|
Resolves: rhbz#2050878
|
||||||
|
|
||||||
|
* Tue Jan 25 2022 Brian C. Lane <bcl@redhat.com> - 9.0-32
|
||||||
|
- Fix missing generic.ins on s390x (bcl)
|
||||||
|
Resolves: rhbz#2044448
|
||||||
|
|
||||||
|
* Thu Jan 13 2022 Brian C. Lane <bcl@redhat.com> - 9.0-31
|
||||||
|
- Do not install rng-tools (bcl)
|
||||||
|
Resolves: rhbz#2028720
|
||||||
|
- Revert "Add inst.rngd cmdline option" (bcl)
|
||||||
|
Related: rhbz#2028720
|
||||||
|
|
||||||
|
* Wed Jan 12 2022 Brian C. Lane <bcl@redhat.com> - 9.0-30
|
||||||
|
- Add .discinfo on all arches (bcl)
|
||||||
|
Resolves: rhbz#2030008
|
||||||
|
- Add inst.rngd cmdline option (bcl)
|
||||||
|
Resolves: rhbz#2028720
|
||||||
|
|
||||||
|
* Tue Jan 11 2022 Brian C. Lane <bcl@redhat.com> - 9.0-29
|
||||||
- Drop ia32 uefi package installation (bcl)
|
- Drop ia32 uefi package installation (bcl)
|
||||||
Resolves: rhbz#2035050
|
Resolves: rhbz#2038397
|
||||||
|
- Enable sftp when using inst.sshd (bcl)
|
||||||
|
Resolves: rhbz#2035049
|
||||||
|
|
||||||
* Mon Nov 01 2021 Brian C. Lane <bcl@redhat.com> - 8.6-1
|
* Mon Nov 01 2021 Brian C. Lane <bcl@redhat.com> - 9.0-28
|
||||||
- Drop ppc 32 bit support from grub template for live iso (bcl)
|
- Drop ppc 32 bit support from grub template for live iso (bcl)
|
||||||
Resolves: rhbz#2016807
|
Resolves: rhbz#2017175
|
||||||
|
|
||||||
* Mon Oct 04 2021 Brian C. Lane <bcl@redhat.com> - 8.5-3
|
* Wed Oct 27 2021 Brian C. Lane <bcl@redhat.com> - 9.0-27
|
||||||
- runtime-install: Install nvme-cli tool
|
- Switch to using xorrisofs instead of mkisofs (bcl)
|
||||||
Resolves: rhbz#1903339
|
Resolves: rhbz#2017134
|
||||||
|
|
||||||
* Mon May 10 2021 Brian C. Lane <bcl@redhat.com> - 8.5-2
|
* Thu Oct 21 2021 Brian C. Lane <bcl@redhat.com> - 9.0-26
|
||||||
|
- templates: Change nomodeset / basic graphics to use inst.text (bcl)
|
||||||
|
Resolves: rhbz#1961092
|
||||||
|
- templates: Drop nomodeset / basic graphics menu from live configs (bcl)
|
||||||
|
Related: rhbz#1961092
|
||||||
|
|
||||||
|
* Wed Oct 06 2021 Brian C. Lane <bcl@redhat.com> - 9.0-25
|
||||||
|
- runtime-cleanup: Remove dropped packages from template (bcl)
|
||||||
|
Resolves: rhbz#1991006
|
||||||
|
- Install nvme-cli tool (bcl)
|
||||||
|
Resolves: rhbz#2010254
|
||||||
|
- sshd_config: Update sshd options (bcl)
|
||||||
|
Resolves: rhbz#2007288
|
||||||
|
|
||||||
|
* Thu Sep 09 2021 Brian C. Lane <bcl@redhat.com> - 9.0-24
|
||||||
|
- Install unicode.pf2 from new directory
|
||||||
|
Related: rhbz#2003030
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9.0-23
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Brian C. Lane <bcl@redhat.com> - 9.0-22
|
||||||
|
- runtime-postinstall: Move configuration of NM default autoconnections to Anaconda (rvykydal)
|
||||||
|
Related: rhbz#1978264
|
||||||
|
|
||||||
|
* Mon Jul 19 2021 Brian C. Lane <bcl@redhat.com> - 9.0-21
|
||||||
|
- runtime-install: Include Xorg and tigervnc on s390x for local GUI installation on KVM
|
||||||
|
Resolves: rhbz#1983688
|
||||||
|
|
||||||
|
* Wed Jun 23 2021 Brian C. Lane <bcl@redhat.com> - 9.0-20
|
||||||
|
- runtime-install: Remove gfs2-utils (bcl)
|
||||||
|
Resolves: rhbz#1975378
|
||||||
|
|
||||||
|
* Wed May 19 2021 Brian C. Lane <bcl@redhat.com> - 9.0-19
|
||||||
|
- Replace metacity with gnome-kiosk (bcl)
|
||||||
|
Resolves: rhbz#1961099
|
||||||
|
|
||||||
|
* Wed May 12 2021 Brian C. Lane <bcl@redhat.com> - 9.0-18
|
||||||
|
- runtime-cleanup: branding.logos includes the full package name (bcl)
|
||||||
|
Resolves: rhbz#1956205
|
||||||
|
|
||||||
|
* Mon May 10 2021 Brian C. Lane <bcl@redhat.com> - 9.0-17
|
||||||
- runtime-install: Install ipcalc (bcl)
|
- runtime-install: Install ipcalc (bcl)
|
||||||
Resolves: rhbz#1958314
|
Resolves: rhbz#1959130
|
||||||
|
- runtime-install: Install prefixdevname (bcl)
|
||||||
|
Resolves: rhbz#1958173
|
||||||
|
|
||||||
* Mon Mar 22 2021 Brian C. Lane <bcl@redhat.com> - 8.5-1
|
* Fri May 07 2021 Brian C. Lane <bcl@redhat.com> - 9.0-16
|
||||||
- Add inst. prefix to installer kernel cmdline arguments
|
- Fix required lorax version for branding change (bcl)
|
||||||
Resolves: rhbz#1939350
|
Related: rhbz#1956205
|
||||||
|
|
||||||
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> - 8.4-3
|
* Wed May 05 2021 Brian C. Lane <bcl@redhat.com> - 9.0-15
|
||||||
- sshd_config: Apply suggested changes (bcl)
|
- runtime-cleanup: Use branding package name instead of product.name (bcl)
|
||||||
Resolves: rhbz#1872921
|
Resolves: rhbz#1956205
|
||||||
|
- tests: Update gating test iso name to rhel 9 (bcl)
|
||||||
|
- runtime-cleanup: Remove dump from cleanup (bcl)
|
||||||
|
Related: rhbz#1931762
|
||||||
|
|
||||||
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> - 8.4-2
|
* Mon May 03 2021 Brian C. Lane <bcl@redhat.com> - 9.0-14
|
||||||
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
|
- runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl)
|
||||||
Resolves: rhbz#1892404
|
Resolves: rhbz#1955429
|
||||||
- Remove mdmonitor service from boot.iso (bcl)
|
- Revert "Remove spice-vdagent" (bcl)
|
||||||
Resolves: rhbz#1888728
|
Resolves: rhbz#1945898
|
||||||
|
|
||||||
* Wed Oct 28 2020 Brian C. Lane <bcl@redhat.com> - 8.4-1
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9.0-13
|
||||||
- Install Xorg and tigervnc-server on s390 boot.iso (bcl)
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
Resolves: rhbz#1854933
|
|
||||||
|
* Mon Apr 05 2021 Josh Boyer <jwboyer@redhat.com> - 9.0-12
|
||||||
|
- Remove spice-vdagent
|
||||||
|
Resovles: rhbz#1945898
|
||||||
|
|
||||||
|
* Thu Mar 04 2021 Brian C. Lane <bcl@redhat.com> - 9.0-11
|
||||||
|
- dump has been removed
|
||||||
|
Resolves: rhbz#1931762
|
||||||
|
|
||||||
|
* Tue Feb 16 2021 Brian C. Lane <bcl@redhat.com> - 9.0-10
|
||||||
|
- Use inst.rescue to trigger rescue mode (awilliam)
|
||||||
|
- Use image dependencies metapackage (vslavik)
|
||||||
|
|
||||||
|
* Tue Feb 02 2021 Brian C. Lane <bcl@redhat.com> - 9.0-9
|
||||||
|
- runtime-install: Remove system-storage-manager
|
||||||
|
Resolves: rhbz#1924154
|
||||||
|
|
||||||
|
* Tue Dec 08 2020 Brian C. Lane <bcl@redhat.com> - 9.0-8
|
||||||
|
- Remove unsupported filesystem tools (bcl)
|
||||||
|
|
||||||
|
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> - 9.0-7
|
||||||
|
- Switch to using upstream mk-s390image for s390 cdboot.img creation
|
||||||
|
Resolves: rhbz#1903923
|
||||||
|
|
||||||
|
* Tue Dec 01 2020 Brian C. Lane <bcl@redhat.com> - 9.0-6
|
||||||
|
- Don't remove libldap_r libraries during runtime-cleanup.tmpl
|
||||||
|
|
||||||
|
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 9.0-5
|
||||||
|
- Install device-mapper-multipath (bcl)
|
||||||
|
Work around problem with libblockdev-mpath Recommends not working
|
||||||
|
|
||||||
|
* Thu Oct 29 2020 Jan Kaluza <jkaluza@redhat.com> - 9.0-4
|
||||||
|
- Add spice-vdagentd conf back - anaconda still needs it.
|
||||||
|
|
||||||
|
* Thu Oct 29 2020 Jan Kaluza <jkaluza@redhat.com> - 9.0-3
|
||||||
|
- Add spice-vdagent back - anaconda still needs it.
|
||||||
|
|
||||||
|
* Wed Oct 28 2020 Stephen Gallagher <sgallagh@redhat.com> - 9.0-2
|
||||||
|
- Replace ppc64le template with upstream version
|
||||||
|
|
||||||
|
* Tue Oct 27 2020 Brian C. Lane <bcl@redhat.com> - 9.0-1
|
||||||
|
- Update release version for RHEL 9.0
|
||||||
|
- Remove spice-vdagent (bcl)
|
||||||
|
- Initial RHEL 9 Alpha changes (bcl)
|
||||||
|
|
||||||
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
|
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
|
||||||
- rsyslog: Disable journal ratelimits during install
|
- rsyslog: Disable journal ratelimits during install
|
||||||
|
Loading…
Reference in New Issue
Block a user