From a321055a3351a308931eef93da447842b18dd8a5 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 24 Aug 2026 09:22:46 -0400 Subject: [PATCH] import CS lorax-34.9.31-1.el9 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 20 +++++++++++++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6446755..b7de607 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-34.9.29.tar.gz +SOURCES/lorax-34.9.31.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 9faeb87..71b05ca 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -310c60e99e2d063e45f5d6a45a0ea3c8d303117a SOURCES/lorax-34.9.29.tar.gz +636d0c6ac517b3214fcd8b6355b34fa7206016f7 SOURCES/lorax-34.9.31.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index a5b6ccc..5f13fae 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 34.9.29 +Version: 34.9.31 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -185,6 +185,24 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri Jul 24 2026 Brian C. Lane 34.9.31-1 +- Increase root partition to 10 GiB for a live medium (jikortus) + Resolves: RHEL-214304 + +* Tue Apr 21 2026 Brian C. Lane 34.9.30-1 +- rel-eng: Update the tito LoraxRHELTagger for Jira (bcl) + Related: RHEL-121651 +- executils: Ignore utf-8 decode errors (bcl) + Resolves: RHEL-121651 +- executils: Remove binary_output flag (bcl) + Related: RHEL-121651 +- logging: Set encoding=UTF-8 on FileHandler (bcl) + Related: RHEL-121651 +- executils: Set encoding to UTF-8 for _run_program (bcl) + Related: RHEL-121651 +- executils: decoding after deserialization (oleg.sviridov) + Related: RHEL-121651 + * Mon Aug 11 2025 Brian C. Lane 34.9.29-1 - templates: Synchronize with lorax-templates-rhel (bcl) (bcl) Resolves: RHEL-54712