From f391160cb8abbb0cd883cc85b4430dcfc7ab045e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 05:55:54 -0400 Subject: [PATCH] import lorax-templates-rhel-8.7-1.el8 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c9d251d..e7b5e89 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.6-3.tar.gz +SOURCES/lorax-templates-rhel-8.7-1.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 2c69685..7ce7cac 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -7b1679eee5e5865376e91e9536a135ebbb9f533c SOURCES/lorax-templates-rhel-8.6-3.tar.gz +c37a6aaaf46fe3effa3bd22fc4520831b6a52758 SOURCES/lorax-templates-rhel-8.7-1.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 3edba33..2cf05f7 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,15 @@ Name: lorax-templates-rhel -Version: 8.6 -Release: 3%{?dist} +Version: 8.7 +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.6-3.tar.gz +Source0: lorax-templates-rhel-8.7-1.tar.gz + +# Required for the template branding support +Requires: lorax > 28.14.68 # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +34,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Mon Jun 13 2022 Brian C. Lane - 8.7-1 +- runtime-cleanup: Use new lorax branding support (bcl) + Resolves: rhbz#2052154 + * Fri Jan 14 2022 Brian C. Lane - 8.6-3 - Enable sftp when using inst.sshd (bcl) Resolves: rhbz#2035050