From c1ee28f30f365d8c69b6716dba947260024de8be Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 21 Mar 2025 07:08:04 +0000 Subject: [PATCH] import CS lorax-templates-rhel-9.6-2.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 0c856ce..6422622 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-9.6-1.tar.gz +SOURCES/lorax-templates-rhel-9.6-2.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 6143893..0b5bc67 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -7006dddc1158b4dbe8aaa7b1d18bc375d9e5eb26 SOURCES/lorax-templates-rhel-9.6-1.tar.gz +6239d1c55cc29fa49c7fc12385ecfbb6aba9033c SOURCES/lorax-templates-rhel-9.6-2.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index da4c6aa..ee37f27 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel Version: 9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RHEL9 build templates for lorax and livemedia-creator License: GPLv2+ URL: https://github.com/weldr/lorax BuildArch: noarch -Source0: lorax-templates-rhel-9.6-1.tar.gz +Source0: lorax-templates-rhel-9.6-2.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 Feb 18 2025 Brian C. Lane - 9.6-2 +- runtime-cleanup: Leave stat binary and openssl files (bcl) + Resolves: RHEL-79950 + * Tue Nov 26 2024 Brian C. Lane - 9.6-1 - Bump release version to 9.6 (bcl) Related: RHEL-69011