Blame SPECS/lorax-templates-rhel.spec

0ace33
Name:           lorax-templates-rhel
e7bb3a
Version:        8.4
e7bb3a
Release:        3%{?dist}
0ace33
Summary:        RHEL8 build templates for lorax and livemedia-creator
0ace33
0ace33
License:        GPLv2+
0ace33
URL:            https://github.com/weldr/lorax
0ace33
BuildArch:      noarch
e7bb3a
Source0:        lorax-templates-rhel-8.4-3.tar.gz
a69b3b
0ace33
# Where are these supposed to end up?
0ace33
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
0ace33
0ace33
%description
0ace33
RHEL-specific Lorax templates for creating the boot.iso and live isos are
0ace33
placed in %{templatedir}
0ace33
0ace33
%prep
0ace33
%setup
0ace33
0ace33
%build
0ace33
# nothing to build
0ace33
0ace33
%install
0ace33
rm -rf $RPM_BUILD_ROOT
0ace33
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
0ace33
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
0ace33
0ace33
%files
0ace33
%dir %{templatedir}
0ace33
%{templatedir}/*
0ace33
0ace33
%changelog
e7bb3a
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> - 8.4-3
e7bb3a
- sshd_config: Apply suggested changes (bcl)
e7bb3a
  Resolves: rhbz#1872921
e7bb3a
e7bb3a
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> - 8.4-2
e7bb3a
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
e7bb3a
  Resolves: rhbz#1892404
e7bb3a
- Remove mdmonitor service from boot.iso (bcl)
e7bb3a
  Resolves: rhbz#1888728
e7bb3a
e7bb3a
* Wed Oct 28 2020 Brian C. Lane <bcl@redhat.com> - 8.4-1
e7bb3a
-  Install Xorg and tigervnc-server on s390 boot.iso (bcl)
e7bb3a
   Resolves: rhbz#1854933
e7bb3a
59bbe9
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
59bbe9
- rsyslog: Disable journal ratelimits during install
59bbe9
  Related: rhbz#1752754
59bbe9
59bbe9
* Thu Jun 25 2020 Brian C. Lane <bcl@redhat.com> - 8.3-3
59bbe9
- include generic.ins for s390 boot iso (dan)
59bbe9
  Resolves: rhbz#1844517
59bbe9
59bbe9
* Wed Jun 03 2020 Brian C. Lane <bcl@redhat.com> - 8.3-2
59bbe9
- Keep /etc/default/useradd in install.img
59bbe9
  Resolves: rhbz#1843609
59bbe9
59bbe9
* Wed May 13 2020 Brian C. Lane <bcl@redhat.com> - 8.3-1
59bbe9
- Use smarter multipath detection logic
59bbe9
  Resolves: rhbz#1763906
59bbe9
36af96
* Thu Feb 27 2020 Brian C. Lane <bcl@redhat.com> - 8.2-6
36af96
- Restore the 98dracut-systemd service files to the install.img (bcl)
36af96
  Related: rhbz#1805405
36af96
- Add eject back into the boot.iso (bcl)
36af96
  Resolves: rhbz#1805405
36af96
36af96
* Fri Jan 10 2020 Brian C. Lane <bcl@redhat.com> - 8.2-5
36af96
- Install rdma-core and libmlx4 packages
36af96
  Resolves: rhbz#1762662
36af96
36af96
* Wed Dec 11 2019 Brian C. Lane <bcl@redhat.com> - 8.2-4
36af96
- Use mkisofs for the s390 live-iso template
36af96
  Resolves: rhbz#1746424
36af96
36af96
* Tue Nov 12 2019 Brian C. Lane <bcl@redhat.com> - 8.2-3
36af96
- Add dmidecode on supported architectures
36af96
  Resolves: rhbz#1714793
36af96
36af96
* Fri Nov 08 2019 Brian C. Lane <bcl@redhat.com> - 8.2-2
36af96
- Update ppc64le isolabel to match x86_64 logic (bcl)
36af96
  Resolves: rhbz#1757338
36af96
- set inst.stage2 for ppc64le image (bcl)
36af96
  Resolves: rhbz#1757338
36af96
36af96
* Thu Oct 31 2019 Brian C. Lane <bcl@redhat.com> - 8.2-1
36af96
- Update package version for 8.2 release
36af96
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
36af96
  Resolves: rhbz#1763922
36af96
- Add live iso support to s390
36af96
  Resolves: rhbz#1746424
Brian Stinson 81d87f
591e38
* Tue Sep 03 2019 Brian C. Lane <bcl@redhat.com> - 8.1-3
591e38
- Fix path to generic.prm (bcl)
591e38
  Resolves: rhbz#1746424
591e38
591e38
* Wed May 15 2019 Brian C. Lane <bcl@redhat.com> - 8.1-2
591e38
- Install redhat-release-eula package (bcl)
591e38
  Related: rhbz#1700465
591e38
- Don't remove chmem and lsmem from install.img (bcl)
591e38
  Resolves: rhbz#1691472
591e38
- Include the hid-multitouch kernel module (bcl)
591e38
  Resolves: rhbz#1670182
591e38
- Add extra boot args to the livemedia-creator iso templates (bcl)
591e38
  Resolves: rhbz#1694180
591e38
- Add a ppc64le template for live iso creation (bcl)
591e38
  Related: rhbz#1694180
591e38
- Add live-install.tmpl (bcl)
591e38
  Related: rhbz#1694180
591e38
591e38
* Wed Mar 27 2019 Brian C. Lane <bcl@redhat.com> - 8.1-1
591e38
- Update package version for 8.1 release
0ace33
- Make sure lscpu is installed
591e38
  Resolves: rhbz#1684735
0ace33
0ace33
* Wed Sep 19 2018 Brian C. Lane <bcl@redhat.com> - 8.0-19
0ace33
- Include python3-pyatspi on boot.iso (bcl)
0ace33
  Resolves: rhbz#1543290
0ace33
0ace33
* Wed Sep 12 2018 Brian C. Lane <bcl@redhat.com> - 8.0-18
0ace33
- re-add temporarily removed packages (bcl)
0ace33
  Related: rhbz#1622395
0ace33
- Use google-noto-sans-cjk-ttc-fonts (bcl)
0ace33
  Resolves: rhbz#1626368
0ace33
0ace33
* Fri Sep 07 2018 Brian C. Lane <bcl@redhat.com> - 8.0-17
0ace33
- Install the oscap-anaconda-addon
0ace33
  Resolves: rhbz#1626459
0ace33
0ace33
* Wed Aug 22 2018 Brian C. Lane <bcl@redhat.com> - 8.0-16
0ace33
- Install libreport-rhel-anaconda-bugzilla
0ace33
  Related: rhbz#1593734
0ace33
0ace33
* Mon Aug 20 2018 Brian C. Lane <bcl@redhat.com> - 8.0-15
0ace33
- import-state.service from initscripts is needed by Anaconda
0ace33
  Resolves: rhbz#1618668
0ace33
0ace33
* Mon Aug 20 2018 Josh Boyer <jwboyer@redhat.com> - 8.0-14
0ace33
- Remove fbset from runtime-install
0ace33
  Resolves: rhbz#1615430
0ace33
0ace33
* Wed Aug 15 2018 Brian C. Lane <bcl@redhat.com> - 8.0-13
0ace33
- Add prefixdevname package
0ace33
  Resolves: rhbz#1615991
0ace33
0ace33
* Thu Aug 02 2018 Troy Dawson <tdawson@redhat.com> - 8.0-12
0ace33
- Drop dependency on bridge-utils Resolves: #1588705
0ace33
0ace33
* Thu Jul 26 2018 Troy Dawson <tdawson@redhat.com> - 8.0-11
0ace33
- Expand variables and wildcards in runtime-install.tmpl
0ace33
- Cleanup the sections and packages not in RHEL8.
0ace33
0ace33
* Wed Jul 25 2018 Andrew Hills <ahills@redhat.com> - 8.0-10
0ace33
- Drop btrfs-progs from installpkgs (RCM-38058)
0ace33
0ace33
* Fri Jul 20 2018 Brian C. Lane <bcl@redhat.com> - 8.0-8
0ace33
- Don't activate default auto connections after switchroot
0ace33
  Resolves: rhbz#1555934
0ace33
0ace33
* Mon Jul 09 2018 Brian C. Lane <bcl@redhat.com> - 8.0-7
0ace33
- Add hostname to the rootfs for iscsi
0ace33
  Resolves: rhbz#1599183
0ace33
0ace33
* Thu Jun 21 2018 Ian McLeod <imcleod@redhat.com> - 8.0-6
0ace33
- Temporarily disable dracut-fips to allow building images in VMs
0ace33
0ace33
* Wed Jun 20 2018 David Cantrell <dcantrell@redhat.com> - 8.0-5
0ace33
- Make sure perl-interpreter is installed
0ace33
0ace33
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-4
0ace33
- Comment where RHEL8 removals have taken place
0ace33
- Temporarily remove X server and drivers from all architectures
0ace33
0ace33
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-3
0ace33
- Properly update build environment to pull these changes in
0ace33
0ace33
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-2
0ace33
- Remove several _more_ packages from installer - same reason as below
0ace33
0ace33
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
0ace33
- Remove several packages from installer based on current state of BaseOS/AppStream
0ace33
0ace33
* Mon Jun 18 2018 Will Woods <wwoods@redhat.com> - 8.0-0
0ace33
- Initial creation of lorax-templates-rhel package