diff --git a/.gitignore b/.gitignore index c412acd..0f017d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-9.0-31.tar.gz +SOURCES/lorax-templates-rhel-9.0-33.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 40da74a..699d389 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -40b4d9c58f38208dfaf7fd87d711da0c3eaedf5e SOURCES/lorax-templates-rhel-9.0-31.tar.gz +98cc5aefbb19b3e7f3dfa90c2af91e36bcedeea9 SOURCES/lorax-templates-rhel-9.0-33.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index f39fbdd..a1ca547 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel Version: 9.0 -Release: 31%{?dist} +Release: 33%{?dist} Summary: RHEL8 build templates for lorax and livemedia-creator License: GPLv2+ URL: https://github.com/weldr/lorax BuildArch: noarch -Source0: lorax-templates-rhel-9.0-31.tar.gz +Source0: lorax-templates-rhel-9.0-33.tar.gz # Required for the template branding support Requires: lorax >= 34.9.1 @@ -34,6 +34,14 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Fri Feb 04 2022 Brian C. Lane - 9.0-33 +- Keep nvram kernel module (bcl) + Resolves: rhbz#2050878 + +* Tue Jan 25 2022 Brian C. Lane - 9.0-32 +- Fix missing generic.ins on s390x (bcl) + Resolves: rhbz#2044448 + * Thu Jan 13 2022 Brian C. Lane - 9.0-31 - Do not install rng-tools (bcl) Resolves: rhbz#2028720