From d938e16cc9ae08fe1b792aecb7d23262ea4f59dc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 08:44:16 -0400 Subject: [PATCH] import lorax-templates-rhel-9.0-35.el9 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cbb47fc..33bc343 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-9.0-34.tar.gz +SOURCES/lorax-templates-rhel-9.0-35.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 84cc7f6..0803fa6 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -90dba911d9baf5db636276386b31c0dfa40bf267 SOURCES/lorax-templates-rhel-9.0-34.tar.gz +2c934944906fc5455b401dc92b5af12eeaa31233 SOURCES/lorax-templates-rhel-9.0-35.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index b6cb135..d79b985 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: 34%{?dist} +Release: 35%{?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-34.tar.gz +Source0: lorax-templates-rhel-9.0-35.tar.gz # Required for the template branding support Requires: lorax >= 34.9.1 @@ -34,6 +34,12 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Tue Apr 05 2022 Brian C. Lane - 9.0-35 +- Makefile: Making it easier to create releases (bcl) + Related: rhbz#2071074 +- runtime-postinstall: Remove machine specific nvme files (bcl) + Resolves: rhbz#2071074 + * Thu Feb 24 2022 Brian C. Lane - 9.0-34 - Restore missing packages (bcl) Resolves: rhbz#2056086