From 7854ec061ab502cb71fa931fe2e7c3763a92d0b9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Feb 2022 12:25:46 -0500 Subject: [PATCH] import lorax-34.9.10-1.el9 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 19 ++++++++++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90f624a..157ad22 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-34.9.9.tar.gz +SOURCES/lorax-34.9.10.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 2275910..c152381 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -da95a2a0c04228825428dd4b6215c3db43fc8a35 SOURCES/lorax-34.9.9.tar.gz +17ba91a3cfe1cdb5fef184a90c1f5c0ae9130b6c SOURCES/lorax-34.9.10.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 2688214..763f233 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 34.9.9 +Version: 34.9.10 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -185,6 +185,23 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Thu Dec 09 2021 Brian C. Lane 34.9.10-1 +- mkksiso: Check the length of the filenames (bcl@redhat.com) + Related: rhbz#2028104 +- mkksiso: Check the iso's arch against the host's (bcl@redhat.com) + Related: rhbz#2028104 +- mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com) + Related: rhbz#2028104 +- mkksiso: Raise error if no volume id is found (bcl@redhat.com) + Related: rhbz#2028104 +- mount: Add s390x support to IsoMountopoint (bcl@redhat.com) + Resolves: rhbz#2028104 +- mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com) +- mkksiso: Add -joliet-long (bcl@redhat.com) + Related: rhbz#2028104 +- mkksiso: Return 1 on errors (bcl@redhat.com) + Related: rhbz#2028104 + * Wed Nov 03 2021 Brian C. Lane 34.9.9-1 - Change macboot default to false (bcl@redhat.com) Resolves: rhbz#2019512