From d1a4d61c299abfe1d73f15f3d5bc5af41f23eaac Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Thu, 3 Sep 2026 07:49:51 -0400 Subject: [PATCH] import CS lorax-34.9.33-1.el9 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 32 +++++++++++++++++++++++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7de607..77a09f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-34.9.31.tar.gz +SOURCES/lorax-34.9.33.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 71b05ca..7fafaf1 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -636d0c6ac517b3214fcd8b6355b34fa7206016f7 SOURCES/lorax-34.9.31.tar.gz +e33bf70224bccb780de03a79e92a9796272f16ed SOURCES/lorax-34.9.33.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 5f13fae..f1ecb10 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 34.9.31 +Version: 34.9.33 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -185,6 +185,36 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri Aug 21 2026 Brian C. Lane 34.9.33-1 +- test-packages: Add tito so pylint can run (bcl) + Related: RHEL-246532 +- ltmpl: Use output directory's real path (bcl) + Resolves: RHEL-246532 + +* Wed Aug 12 2026 Brian C. Lane 34.9.32-1 +- tito: Use .tito instead of old ./rel-eng directory (bcl) + Related: RHEL-238021 +- creator: Use safe_joinpaths in mount_boot_part_over_root (bcl) + Resolves: RHEL-238021 +- creator: Use safe_joinpaths in make_livecd (bcl) + Related: RHEL-238021 +- creator: Use safe_joinpaths in make_live_images (bcl) + Related: RHEL-238021 +- ltmpl: Check for paths inside outroot on hardlink, symlink, copy, move (bcl) + Related: RHEL-238021 +- sysutils: Add safe_joinpaths function (bcl) + Related: RHEL-238021 +- ltmpl: Add tests for access outside outroot (bcl) + Related: RHEL-238021 +- treebuilder: Check for symlink when writing module-info (bcl) + Related: RHEL-238021 +- findkernels: Exclude kernel symlinks pointing outside root (bcl) + Related: RHEL-238021 +- novirt_install: Use remove on /tmp paths and /mnt/sysimage (bcl) + Related: RHEL-238021 +- sysutils: Add a test for remove and symlinked directories (bcl) + Related: RHEL-238021 + * 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