From 23b0f977990b30faaa0aa027d2be3f91be981d76 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 9 Aug 2023 10:49:26 -0700 Subject: [PATCH] Automatic commit of package [lorax] release [39.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 83a2e7b92..cf81c78eb 100644 --- a/.tito/packages/lorax +++ b/.tito/packages/lorax @@ -1 +1 @@ -39.3-1 ./ +39.4-1 ./ diff --git a/lorax.spec b/lorax.spec index 30ae9200d..bff53f559 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 39.3 +Version: 39.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -168,6 +168,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Wed Aug 09 2023 Brian C. Lane 39.4-1 +- Exclude more obsoleted libertas firmware packages (awilliam@redhat.com) +- Revert "test_minimizer: dnf5 wants --use-host-config" (bcl@redhat.com) + * Mon Aug 07 2023 Brian C. Lane 39.3-1 - runtime-install: excluded renamed olpc firmware package (awilliam@redhat.com) diff --git a/setup.py b/setup.py index 13f2070cc..2c6c872a7 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="39.3", + version="39.4", description="Lorax", long_description="Tools for creating bootable images, including the Anaconda boot.iso", author="Martin Gracik, Will Woods , Brian C. Lane ",