diff --git a/.gitignore b/.gitignore index e7b5e89..5324fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.7-1.tar.gz +SOURCES/lorax-templates-rhel-8.10-1.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 7ce7cac..c73b0e5 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -c37a6aaaf46fe3effa3bd22fc4520831b6a52758 SOURCES/lorax-templates-rhel-8.7-1.tar.gz +dc72c13ed303285492ef90294b688c5c4c40e527 SOURCES/lorax-templates-rhel-8.10-1.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 2cf05f7..2077610 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.7 +Version: 8.10 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.7-1.tar.gz +Source0: lorax-templates-rhel-8.10-1.tar.gz # Required for the template branding support Requires: lorax > 28.14.68 @@ -34,6 +34,16 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Wed Feb 07 2024 Brian C. Lane - 8.10-1 +- Makefile: Bump the release version to 8.10 (bcl) + Related: RHEL-24418 +- Restore missing ppc files (bcl) + Resolves: RHEL-24619 + +* Tue Feb 06 2024 Brian C. Lane - 8.7-2 +- templates: Remove libreport bugzilla plugins + Resolves: RHEL-24418 + * Mon Jun 13 2022 Brian C. Lane - 8.7-1 - runtime-cleanup: Use new lorax branding support (bcl) Resolves: rhbz#2052154