From 141da199fef6aa567bfda9404713c2719e3eb3ed Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:46:17 -0400 Subject: [PATCH] import lorax-templates-rhel-8.4-3.el8 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 20 +++++++++++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c05b23c..ce2c280 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.3-4.tar.gz +SOURCES/lorax-templates-rhel-8.4-3.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 0347fa0..3585faa 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -595819f55d98cdc77d72ab279e1d5b9b597f064f SOURCES/lorax-templates-rhel-8.3-4.tar.gz +4d3de7379549c8d56b66e654c5141f913f480c9f SOURCES/lorax-templates-rhel-8.4-3.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 5379e3f..55273b0 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.3 -Release: 4%{?dist} +Version: 8.4 +Release: 3%{?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.3-4.tar.gz +Source0: lorax-templates-rhel-8.4-3.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,20 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Wed Dec 09 2020 Brian C. Lane - 8.4-3 +- sshd_config: Apply suggested changes (bcl) + Resolves: rhbz#1872921 + +* Thu Dec 03 2020 Brian C. Lane - 8.4-2 +- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl) + Resolves: rhbz#1892404 +- Remove mdmonitor service from boot.iso (bcl) + Resolves: rhbz#1888728 + +* Wed Oct 28 2020 Brian C. Lane - 8.4-1 +- Install Xorg and tigervnc-server on s390 boot.iso (bcl) + Resolves: rhbz#1854933 + * Tue Jul 07 2020 Brian C. Lane - 8.3-4 - rsyslog: Disable journal ratelimits during install Related: rhbz#1752754