diff --git a/.gitignore b/.gitignore index cc4e788..bf2830d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.0-20.tar.gz +SOURCES/lorax-templates-rhel-8.1-3.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 02c31bd..9ddd2cf 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -4cfda691d35126c3ec6d2950b944345ba95daeba SOURCES/lorax-templates-rhel-8.0-20.tar.gz +864e0b9c878348e2d5961f959de3be0de6f866b3 SOURCES/lorax-templates-rhel-8.1-3.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index cc21408..c68f707 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.0 -Release: 20%{?dist} +Version: 8.1 +Release: 3%{?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.0-20.tar.gz +Source0: lorax-templates-rhel-8.1-3.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,9 +31,28 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog -* Fri Mar 01 2019 Brian C. Lane - 8.0-20 +* Tue Sep 03 2019 Brian C. Lane - 8.1-3 +- Fix path to generic.prm (bcl) + Resolves: rhbz#1746424 + +* Wed May 15 2019 Brian C. Lane - 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 + +* Wed Mar 27 2019 Brian C. Lane - 8.1-1 +- Update package version for 8.1 release - Make sure lscpu is installed - Resolves: rhbz#1684050 + Resolves: rhbz#1684735 * Wed Sep 19 2018 Brian C. Lane - 8.0-19 - Include python3-pyatspi on boot.iso (bcl)