Blame SPECS/lorax-templates-rhel.spec

0ace33
Name:           lorax-templates-rhel
0ace33
Version:        8.0
0ace33
Release:        20%{?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
0ace33
Source0:        lorax-templates-rhel-8.0-20.tar.gz
0ace33
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
0ace33
* Fri Mar 01 2019 Brian C. Lane <bcl@redhat.com> - 8.0-20
0ace33
- Make sure lscpu is installed
0ace33
  Resolves: rhbz#1684050
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