From 0522a817c088ea68e58748f0fe39b79333a4202f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 21 Oct 2024 10:42:48 -0700 Subject: [PATCH] Automatic commit of package [lorax] release [42.3-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 afb8b97bc..a2baa394a 100644 --- a/.tito/packages/lorax +++ b/.tito/packages/lorax @@ -1 +1 @@ -42.2-1 ./ +42.3-1 ./ diff --git a/lorax.spec b/lorax.spec index e0693adb2..64e5eab53 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 42.2 +Version: 42.3 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 +* 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) + * Tue Oct 08 2024 Brian C. Lane 42.2-1 - pylint: Print astroid version (bcl@redhat.com) - Extend help for --updates and --ks parameters (jkonecny@redhat.com) diff --git a/setup.py b/setup.py index 50a714b03..c52230c82 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.2", + version="42.3", description="Lorax", long_description="Tools for creating bootable images, including the Anaconda boot.iso", author="Martin Gracik, Will Woods , Brian C. Lane ",