diff --git a/.gitignore b/.gitignore index cafbadb..96ae344 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.1-2.tar.gz +SOURCES/lorax-templates-rhel-8.2-4.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 51eeb8a..a18adda 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -cb02110950f0420b648870ff345603f2cc010f36 SOURCES/lorax-templates-rhel-8.1-2.tar.gz +3788b7da4841445631fe4aea7e73b4e668e04820 SOURCES/lorax-templates-rhel-8.2-4.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 9f27a97..4e25dda 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.1 -Release: 2%{?dist} +Version: 8.2 +Release: 4%{?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.1-2.tar.gz +Source0: lorax-templates-rhel-8.2-4.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,31 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Wed Dec 11 2019 Brian C. Lane - 8.2-4 +- Use mkisofs for the s390 live-iso template + Resolves: rhbz#1746424 + +* Tue Nov 12 2019 Brian C. Lane - 8.2-3 +- Add dmidecode on supported architectures + Resolves: rhbz#1714793 + +* Fri Nov 08 2019 Brian C. Lane - 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 + +* Thu Oct 31 2019 Brian C. Lane - 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 + +* 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