From ad16adfa9e4a93fe97914422264d5e8b2f7f73bc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 30 Sep 2024 16:03:22 +0000 Subject: [PATCH] import CS lorax-templates-rhel-9.0-40.el9 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2fdd35e..8acb7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-9.0-39.tar.gz +SOURCES/lorax-templates-rhel-9.0-40.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 6533b7b..b6c8ce4 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -56b76e781d845382bdf53dd7731075477da5f9a4 SOURCES/lorax-templates-rhel-9.0-39.tar.gz +d6b55b32feb6d745d90e5df014e3be6a93c1915a SOURCES/lorax-templates-rhel-9.0-40.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 3810b6f..3a2c163 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: 39%{?dist} +Release: 40%{?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-39.tar.gz +Source0: lorax-templates-rhel-9.0-40.tar.gz # Required for the template branding support Requires: lorax >= 34.9.1 @@ -34,6 +34,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Tue Jul 09 2024 Brian C. Lane - 9.0-40 +- rsyslog.conf: Update to use current config syntax (bcl) + Resolves: RHEL-28654 + * Tue Feb 06 2024 Brian C. Lane - 9.0-39 - templates: Remove libreport bugzilla plugins (bcl) Resolves: RHEL-24421