import CS lorax-34.9.31-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 09:22:46 -04:00
parent 997755adf7
commit a321055a33
3 changed files with 21 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
310c60e99e2d063e45f5d6a45a0ea3c8d303117a SOURCES/lorax-34.9.29.tar.gz
636d0c6ac517b3214fcd8b6355b34fa7206016f7 SOURCES/lorax-34.9.31.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 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 <bcl@redhat.com> 34.9.29-1
- templates: Synchronize with lorax-templates-rhel (bcl) (bcl)
Resolves: RHEL-54712