From d5b409c65b3db201b20d58b722cce5cf11e9a401 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 4 Dec 2024 09:44:29 +0300 Subject: [PATCH] import lorax-40.5.10-1.el10 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 34 ++++++++++++++++++++++------------ 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 766329f..c7588d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-40.5.8.tar.gz +SOURCES/lorax-40.5.10.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index c4c6f43..ea22a22 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -61c75cf4d7e6ad103b2a9c431956dadb50f2dd52 SOURCES/lorax-40.5.8.tar.gz +1042198b3980996378589309fb40f7cae598b7e1 SOURCES/lorax-40.5.10.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index a5c0747..2f84bee 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,8 +3,8 @@ %define debug_package %{nil} Name: lorax -Version: 40.5.8 -Release: 3%{?dist} +Version: 40.5.10 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -40,7 +40,7 @@ Requires: isomd5sum Requires: module-init-tools Requires: parted Requires: squashfs-tools >= 4.2 -Requires: erofs-utils +Requires: erofs-utils >= 1.8.2 Requires: util-linux Requires: xz-lzma-compat Requires: xz @@ -182,17 +182,27 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog -* Tue Oct 29 2024 Troy Dawson - 40.5.8-3 -- Bump release for October 2024 mass rebuild: - Resolves: RHEL-64018 - -* Fri Oct 25 2024 MSVSphere Packaging Team - 40.5.8-2 +* Fri Nov 22 2024 Brian C. Lane 40.5.10-1 +- erofs: Change the erofs compression default to zstd (bcl) + Related: RHEL-48606 +- Revert "tests: Swap nomodeset for inst.text in mkksiso test data" (bcl) + Related: RHEL-66603 +- Revert "templates: Change nomodeset / basic graphics to use inst.text" (bcl) + Related: RHEL-66603 +- Revert "templates: Drop nomodeset / basic graphics menu from live configs" (bcl) + Related: RHEL-66603 + +* Mon Nov 11 2024 Brian C. Lane 40.5.9-1 +- tests: Swap nomodeset for inst.text in mkksiso test data (bcl) + Related: RHEL-66603 +- templates: Change nomodeset / basic graphics to use inst.text (bcl) + Resolves: RHEL-66603 +- templates: Drop nomodeset / basic graphics menu from live configs (bcl) + Related: RHEL-66603 + +* Fri Oct 25 2024 MSVSphere Packaging Team - 40.5.8-1 - Rebuilt for MSVSphere 10 -* Mon Oct 21 2024 Brian C. Lane - 40.5.8-2 -- Bump release to rebuild with fixed tests - Related: RHEL-61778 - * Tue Oct 08 2024 Brian C. Lane 40.5.8-1 - tests: Fix mkksiso unit test (bcl) Related: RHEL-61778