diff --git a/.gitignore b/.gitignore index fa17406..a7b5b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.6-1.tar.gz +SOURCES/lorax-templates-rhel-8.6-2.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index bc3059e..62954d2 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -c1160c009dcb33f96a23b5049557fa9e16d0152e SOURCES/lorax-templates-rhel-8.6-1.tar.gz +9a907a0b5f586eb40da7a05a8dac9e6efea85a4b SOURCES/lorax-templates-rhel-8.6-2.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 76dc9a1..56e5d58 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel Version: 8.6 -Release: 1%{?dist} +Release: 2%{?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.6-1.tar.gz +Source0: lorax-templates-rhel-8.6-2.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Tue Jan 11 2022 Brian C. Lane - 8.6-2 +- Drop ia32 uefi package installation (bcl) + Resolves: rhbz#2035050 + * Mon Nov 01 2021 Brian C. Lane - 8.6-1 - Drop ppc 32 bit support from grub template for live iso (bcl) Resolves: rhbz#2016807