import CS lorax-34.9.33-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-09-03 07:49:51 -04:00
parent a321055a33
commit d1a4d61c29
3 changed files with 33 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-34.9.31.tar.gz
SOURCES/lorax-34.9.33.tar.gz

View File

@ -1 +1 @@
636d0c6ac517b3214fcd8b6355b34fa7206016f7 SOURCES/lorax-34.9.31.tar.gz
e33bf70224bccb780de03a79e92a9796272f16ed SOURCES/lorax-34.9.33.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 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 <bcl@redhat.com> 34.9.31-1
- Increase root partition to 10 GiB for a live medium (jikortus)
Resolves: RHEL-214304