2018-06-18 16:43:58 +00:00
|
|
|
Name: lorax-templates-rhel
|
2020-10-27 16:57:53 +00:00
|
|
|
Version: 9.0
|
2021-05-03 16:55:02 +00:00
|
|
|
Release: 14%{?dist}
|
2018-06-18 16:43:58 +00:00
|
|
|
Summary: RHEL8 build templates for lorax and livemedia-creator
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/weldr/lorax
|
2018-06-18 18:56:22 +00:00
|
|
|
BuildArch: noarch
|
2021-05-03 16:55:02 +00:00
|
|
|
Source0: lorax-templates-rhel-9.0-14.tar.gz
|
2018-06-18 16:43:58 +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
|
2018-06-18 18:56:22 +00:00
|
|
|
%setup
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%build
|
2018-06-18 18:56:22 +00:00
|
|
|
# nothing to build
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
2018-06-18 18:56:22 +00:00
|
|
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{templatedir}
|
2018-06-18 18:56:22 +00:00
|
|
|
%{templatedir}/*
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-05-03 16:55:02 +00:00
|
|
|
* Mon May 03 2021 Brian C. Lane <bcl@redhat.com> - 9.0-14
|
|
|
|
- runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl)
|
|
|
|
Resolves: rhbz#1955429
|
|
|
|
- Revert "Remove spice-vdagent" (bcl)
|
|
|
|
Resolves: rhbz#1945898
|
|
|
|
|
2021-04-16 01:53:43 +00:00
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9.0-13
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
2021-04-05 13:40:56 +00:00
|
|
|
* Mon Apr 05 2021 Josh Boyer <jwboyer@redhat.com> - 9.0-12
|
|
|
|
- Remove spice-vdagent
|
|
|
|
Resovles: rhbz#1945898
|
|
|
|
|
2021-03-04 20:03:56 +00:00
|
|
|
* Thu Mar 04 2021 Brian C. Lane <bcl@redhat.com> - 9.0-11
|
|
|
|
- dump has been removed
|
|
|
|
Resolves: rhbz#1931762
|
|
|
|
|
2021-02-16 19:52:03 +00:00
|
|
|
* 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)
|
|
|
|
|
2021-02-02 20:56:32 +00:00
|
|
|
* Tue Feb 02 2021 Brian C. Lane <bcl@redhat.com> - 9.0-9
|
|
|
|
- runtime-install: Remove system-storage-manager
|
|
|
|
Resolves: rhbz#1924154
|
|
|
|
|
2020-12-08 18:43:03 +00:00
|
|
|
* Tue Dec 08 2020 Brian C. Lane <bcl@redhat.com> - 9.0-8
|
|
|
|
- Remove unsupported filesystem tools (bcl)
|
|
|
|
|
2020-12-03 16:24:29 +00:00
|
|
|
* 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
|
|
|
|
|
2020-12-01 18:50:29 +00:00
|
|
|
* Tue Dec 01 2020 Brian C. Lane <bcl@redhat.com> - 9.0-6
|
|
|
|
- Don't remove libldap_r libraries during runtime-cleanup.tmpl
|
|
|
|
|
2020-10-29 21:29:22 +00:00
|
|
|
* 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
|
|
|
|
|
2020-10-29 08:37:18 +00:00
|
|
|
* Thu Oct 29 2020 Jan Kaluza <jkaluza@redhat.com> - 9.0-4
|
|
|
|
- Add spice-vdagentd conf back - anaconda still needs it.
|
|
|
|
|
2020-10-29 07:44:38 +00:00
|
|
|
* Thu Oct 29 2020 Jan Kaluza <jkaluza@redhat.com> - 9.0-3
|
|
|
|
- Add spice-vdagent back - anaconda still needs it.
|
|
|
|
|
2020-10-29 00:00:35 +00:00
|
|
|
* Wed Oct 28 2020 Stephen Gallagher <sgallagh@redhat.com> - 9.0-2
|
|
|
|
- Replace ppc64le template with upstream version
|
|
|
|
|
2020-10-27 16:57:53 +00:00
|
|
|
* 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)
|
|
|
|
|
2020-07-07 22:30:42 +00:00
|
|
|
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
|
|
|
|
- rsyslog: Disable journal ratelimits during install
|
|
|
|
Related: rhbz#1752754
|
|
|
|
|
2020-06-25 20:52:30 +00:00
|
|
|
* Thu Jun 25 2020 Brian C. Lane <bcl@redhat.com> - 8.3-3
|
|
|
|
- include generic.ins for s390 boot iso (dan)
|
|
|
|
Resolves: rhbz#1844517
|
|
|
|
|
2020-06-03 17:11:09 +00:00
|
|
|
* Wed Jun 03 2020 Brian C. Lane <bcl@redhat.com> - 8.3-2
|
|
|
|
- Keep /etc/default/useradd in install.img
|
|
|
|
Resolves: rhbz#1843609
|
|
|
|
|
2020-05-13 21:58:34 +00:00
|
|
|
* Wed May 13 2020 Brian C. Lane <bcl@redhat.com> - 8.3-1
|
|
|
|
- Use smarter multipath detection logic
|
|
|
|
Resolves: rhbz#1763906
|
|
|
|
|
2020-02-27 16:59:55 +00:00
|
|
|
* Thu Feb 27 2020 Brian C. Lane <bcl@redhat.com> - 8.2-6
|
|
|
|
- Restore the 98dracut-systemd service files to the install.img (bcl)
|
|
|
|
Related: rhbz#1805405
|
|
|
|
- Add eject back into the boot.iso (bcl)
|
|
|
|
Resolves: rhbz#1805405
|
|
|
|
|
2020-01-10 18:22:00 +00:00
|
|
|
* Fri Jan 10 2020 Brian C. Lane <bcl@redhat.com> - 8.2-5
|
|
|
|
- Install rdma-core and libmlx4 packages
|
|
|
|
Resolves: rhbz#1762662
|
|
|
|
|
2019-12-11 18:37:52 +00:00
|
|
|
* Wed Dec 11 2019 Brian C. Lane <bcl@redhat.com> - 8.2-4
|
|
|
|
- Use mkisofs for the s390 live-iso template
|
|
|
|
Resolves: rhbz#1746424
|
|
|
|
|
2019-11-12 22:52:17 +00:00
|
|
|
* Tue Nov 12 2019 Brian C. Lane <bcl@redhat.com> - 8.2-3
|
|
|
|
- Add dmidecode on supported architectures
|
|
|
|
Resolves: rhbz#1714793
|
|
|
|
|
2019-11-08 18:06:16 +00:00
|
|
|
* Fri Nov 08 2019 Brian C. Lane <bcl@redhat.com> - 8.2-2
|
|
|
|
- Update ppc64le isolabel to match x86_64 logic (bcl)
|
|
|
|
Resolves: rhbz#1757338
|
|
|
|
- set inst.stage2 for ppc64le image (bcl)
|
|
|
|
Resolves: rhbz#1757338
|
|
|
|
|
2019-10-31 22:23:34 +00:00
|
|
|
* Thu Oct 31 2019 Brian C. Lane <bcl@redhat.com> - 8.2-1
|
|
|
|
- Update package version for 8.2 release
|
|
|
|
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
|
|
|
|
Resolves: rhbz#1763922
|
|
|
|
- Add live iso support to s390
|
|
|
|
Resolves: rhbz#1746424
|
|
|
|
|
2019-09-03 17:51:15 +00:00
|
|
|
* Tue Sep 03 2019 Brian C. Lane <bcl@redhat.com> - 8.1-3
|
|
|
|
- Fix path to generic.prm (bcl)
|
|
|
|
Resolves: rhbz#1746424
|
|
|
|
|
2019-05-15 23:23:32 +00:00
|
|
|
* Wed May 15 2019 Brian C. Lane <bcl@redhat.com> - 8.1-2
|
|
|
|
- Install redhat-release-eula package (bcl)
|
|
|
|
Related: rhbz#1700465
|
|
|
|
- Don't remove chmem and lsmem from install.img (bcl)
|
|
|
|
Resolves: rhbz#1691472
|
|
|
|
- Include the hid-multitouch kernel module (bcl)
|
|
|
|
Resolves: rhbz#1670182
|
|
|
|
- Add extra boot args to the livemedia-creator iso templates (bcl)
|
|
|
|
Resolves: rhbz#1694180
|
|
|
|
- Add a ppc64le template for live iso creation (bcl)
|
|
|
|
Related: rhbz#1694180
|
|
|
|
- Add live-install.tmpl (bcl)
|
|
|
|
Related: rhbz#1694180
|
|
|
|
|
2019-03-27 17:14:24 +00:00
|
|
|
* Wed Mar 27 2019 Brian C. Lane <bcl@redhat.com> - 8.1-1
|
|
|
|
- Update package version for 8.1 release
|
|
|
|
- Make sure lscpu is installed
|
|
|
|
Resolves: rhbz#1684735
|
|
|
|
|
2018-09-19 15:59:46 +00:00
|
|
|
* Wed Sep 19 2018 Brian C. Lane <bcl@redhat.com> - 8.0-19
|
|
|
|
- Include python3-pyatspi on boot.iso (bcl)
|
|
|
|
Resolves: rhbz#1543290
|
|
|
|
|
2018-09-12 15:37:34 +00:00
|
|
|
* Wed Sep 12 2018 Brian C. Lane <bcl@redhat.com> - 8.0-18
|
|
|
|
- re-add temporarily removed packages (bcl)
|
|
|
|
Related: rhbz#1622395
|
|
|
|
- Use google-noto-sans-cjk-ttc-fonts (bcl)
|
|
|
|
Resolves: rhbz#1626368
|
|
|
|
|
2018-09-07 19:45:21 +00:00
|
|
|
* Fri Sep 07 2018 Brian C. Lane <bcl@redhat.com> - 8.0-17
|
|
|
|
- Install the oscap-anaconda-addon
|
|
|
|
Resolves: rhbz#1626459
|
|
|
|
|
2018-08-22 16:25:24 +00:00
|
|
|
* Wed Aug 22 2018 Brian C. Lane <bcl@redhat.com> - 8.0-16
|
|
|
|
- Install libreport-rhel-anaconda-bugzilla
|
|
|
|
Related: rhbz#1593734
|
|
|
|
|
2018-08-20 15:34:48 +00:00
|
|
|
* Mon Aug 20 2018 Brian C. Lane <bcl@redhat.com> - 8.0-15
|
|
|
|
- import-state.service from initscripts is needed by Anaconda
|
|
|
|
Resolves: rhbz#1618668
|
|
|
|
|
2018-08-20 13:55:55 +00:00
|
|
|
* Mon Aug 20 2018 Josh Boyer <jwboyer@redhat.com> - 8.0-14
|
|
|
|
- Remove fbset from runtime-install
|
|
|
|
Resolves: rhbz#1615430
|
|
|
|
|
2018-08-15 22:19:48 +00:00
|
|
|
* Wed Aug 15 2018 Brian C. Lane <bcl@redhat.com> - 8.0-13
|
|
|
|
- Add prefixdevname package
|
|
|
|
Resolves: rhbz#1615991
|
|
|
|
|
2018-08-02 12:43:43 +00:00
|
|
|
* Thu Aug 02 2018 Troy Dawson <tdawson@redhat.com> - 8.0-12
|
|
|
|
- Drop dependency on bridge-utils Resolves: #1588705
|
|
|
|
|
2018-07-26 16:25:51 +00:00
|
|
|
* Thu Jul 26 2018 Troy Dawson <tdawson@redhat.com> - 8.0-11
|
|
|
|
- Expand variables and wildcards in runtime-install.tmpl
|
|
|
|
- Cleanup the sections and packages not in RHEL8.
|
|
|
|
|
2018-07-25 15:02:36 +00:00
|
|
|
* Wed Jul 25 2018 Andrew Hills <ahills@redhat.com> - 8.0-10
|
2018-07-25 14:59:36 +00:00
|
|
|
- Drop btrfs-progs from installpkgs (RCM-38058)
|
|
|
|
|
2018-07-20 16:21:55 +00:00
|
|
|
* Fri Jul 20 2018 Brian C. Lane <bcl@redhat.com> - 8.0-8
|
|
|
|
- Don't activate default auto connections after switchroot
|
|
|
|
Resolves: rhbz#1555934
|
|
|
|
|
2018-07-09 23:22:01 +00:00
|
|
|
* Mon Jul 09 2018 Brian C. Lane <bcl@redhat.com> - 8.0-7
|
|
|
|
- Add hostname to the rootfs for iscsi
|
|
|
|
Resolves: rhbz#1599183
|
|
|
|
|
2018-06-21 17:23:33 +00:00
|
|
|
* Thu Jun 21 2018 Ian McLeod <imcleod@redhat.com> - 8.0-6
|
|
|
|
- Temporarily disable dracut-fips to allow building images in VMs
|
|
|
|
|
2018-06-20 19:53:57 +00:00
|
|
|
* Wed Jun 20 2018 David Cantrell <dcantrell@redhat.com> - 8.0-5
|
|
|
|
- Make sure perl-interpreter is installed
|
|
|
|
|
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-4
|
2018-06-20 02:45:20 +00:00
|
|
|
- Comment where RHEL8 removals have taken place
|
|
|
|
- Temporarily remove X server and drivers from all architectures
|
|
|
|
|
2018-06-19 22:37:37 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-3
|
|
|
|
- Properly update build environment to pull these changes in
|
|
|
|
|
2018-06-19 21:39:25 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-2
|
|
|
|
- Remove several _more_ packages from installer - same reason as below
|
|
|
|
|
2018-06-19 20:58:43 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
|
|
|
|
- Remove several packages from installer based on current state of BaseOS/AppStream
|
|
|
|
|
2018-06-18 18:56:22 +00:00
|
|
|
* Mon Jun 18 2018 Will Woods <wwoods@redhat.com> - 8.0-0
|
2018-06-18 16:43:58 +00:00
|
|
|
- Initial creation of lorax-templates-rhel package
|