From ed24f29f515cd7a372f829862a2123e62462b415 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 04:59:28 -0500 Subject: [PATCH] import lorax-templates-rhel-8.5-2.el8 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 14 +++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ce2c280..46c49f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.4-3.tar.gz +SOURCES/lorax-templates-rhel-8.5-2.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 3585faa..15b65cb 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -4d3de7379549c8d56b66e654c5141f913f480c9f SOURCES/lorax-templates-rhel-8.4-3.tar.gz +7891b982a33c044d878ec8af4a0c420df977560b SOURCES/lorax-templates-rhel-8.5-2.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 55273b0..48a131d 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.4 -Release: 3%{?dist} +Version: 8.5 +Release: 2%{?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.4-3.tar.gz +Source0: lorax-templates-rhel-8.5-2.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,14 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Mon May 10 2021 Brian C. Lane - 8.5-2 +- runtime-install: Install ipcalc (bcl) + Resolves: rhbz#1958314 + +* Mon Mar 22 2021 Brian C. Lane - 8.5-1 +- Add inst. prefix to installer kernel cmdline arguments + Resolves: rhbz#1939350 + * Wed Dec 09 2020 Brian C. Lane - 8.4-3 - sshd_config: Apply suggested changes (bcl) Resolves: rhbz#1872921