From 866e97c09e7e7b7a2c6bb2232b1629fa5ebda6d0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 08 2021 12:22:27 +0000 Subject: import lorax-templates-rhel-8.6-1.el8 --- diff --git a/.gitignore b/.gitignore index eeb6000..fa17406 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.5-3.tar.gz +SOURCES/lorax-templates-rhel-8.6-1.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index f18c006..bc3059e 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -187e53594cecb0c2570901f21dcf7c9b45dee9e4 SOURCES/lorax-templates-rhel-8.5-3.tar.gz +c1160c009dcb33f96a23b5049557fa9e16d0152e SOURCES/lorax-templates-rhel-8.6-1.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 3e54534..76dc9a1 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.5 -Release: 3%{?dist} +Version: 8.6 +Release: 1%{?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.5-3.tar.gz +Source0: lorax-templates-rhel-8.6-1.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 +* 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 + * Mon Oct 04 2021 Brian C. Lane - 8.5-3 - runtime-install: Install nvme-cli tool Resolves: rhbz#1903339