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 b8bf536..8a7c82f 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,13 +182,23 @@ 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 - -* Mon Oct 21 2024 Brian C. Lane - 40.5.8-2 -- Bump release to rebuild with fixed tests - Related: RHEL-61778 +* 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 * Tue Oct 08 2024 Brian C. Lane 40.5.8-1 - tests: Fix mkksiso unit test (bcl)