From 55701a1db1a4d0ad8bf470c9e86466d9be2dafe6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 22 Nov 2024 10:54:57 -0800 Subject: [PATCH] Automatic commit of package [lorax] release [42.4-1]. Created by command: /usr/bin/tito tag --- .tito/packages/lorax | 2 +- lorax.spec | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.tito/packages/lorax b/.tito/packages/lorax index a2baa394a..7831ba703 100644 --- a/.tito/packages/lorax +++ b/.tito/packages/lorax @@ -1 +1 @@ -42.3-1 ./ +42.4-1 ./ diff --git a/lorax.spec b/lorax.spec index 1d1668dfe..0c112f1d1 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 42.3 +Version: 42.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -171,6 +171,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri Nov 22 2024 Brian C. Lane 42.4-1 +- runtime-cleanup: Newer glibc installs into /usr/lib64 (bcl@redhat.com) +- erofs: Change the erofs compression default to zstd (bcl@redhat.com) + * Mon Oct 21 2024 Brian C. Lane 42.3-1 - Update template for anaconda webui to start as user (adamkankovsky@gmail.com) - tests: Fix mkksiso unit test (bcl@redhat.com) diff --git a/setup.py b/setup.py index c52230c82..277a62c4e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ data_files.append(("/usr/bin", ["src/bin/image-minimizer", "src/bin/mkksiso"])) setup(name="lorax", - version="42.3", + version="42.4", description="Lorax", long_description="Tools for creating bootable images, including the Anaconda boot.iso", author="Martin Gracik, Will Woods , Brian C. Lane ",