From fe9af6aa153e779756ee6bfcad287d21819f2e5e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 20:58:35 +0300 Subject: [PATCH] import lorax-templates-rhel-9.0-40.el9 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9468fc6..8acb7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-9.0-37.tar.gz +SOURCES/lorax-templates-rhel-9.0-40.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 1e460f7..b6c8ce4 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -b570dd409ac7d937f64784c2acaa838fde18d9ff SOURCES/lorax-templates-rhel-9.0-37.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 a9d9c7c..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: 37%{?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-37.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,20 @@ 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 + +* Fri Nov 03 2023 Brian C. Lane - 9.0-38 +- tools: Add support for Jira RHEL-XXX issues (bcl) + Related: RHEL-15122 +- Add setpriv as ostree containers dependency (bcl) + Resolves: RHEL-15122 + * Wed Jan 11 2023 Brian C. Lane - 9.0-37 - rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl) Resolves: rhbz#2160070