From ddffc185be1f8af0212b519ff6744b7ad5fa6d8e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 9 Aug 2023 10:55:27 -0700 Subject: [PATCH] Automatic commit of package [lorax] release [38.12-1]. Created by command: /usr/bin/tito tag --- .tito/packages/lorax | 2 +- lorax.spec | 5 ++++- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.tito/packages/lorax b/.tito/packages/lorax index d537c4858..8437903bc 100644 --- a/.tito/packages/lorax +++ b/.tito/packages/lorax @@ -1 +1 @@ -38.11-1 ./ +38.12-1 ./ diff --git a/lorax.spec b/lorax.spec index 2dc3fb3ec..04daee5ca 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 38.11 +Version: 38.12 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -168,6 +168,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Wed Aug 09 2023 Brian C. Lane 38.12-1 +- Exclude more obsoleted libertas firmware packages (awilliam@redhat.com) + * Mon Aug 07 2023 Brian C. Lane 38.11-1 - runtime-install: excluded renamed olpc firmware package (awilliam@redhat.com) - runtime-install: exclude renamed iwl firmware packages (awilliam@redhat.com) diff --git a/setup.py b/setup.py index fdeb361ec..2bd77b7c3 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="38.11", + version="38.12", description="Lorax", long_description="Tools for creating bootable images, including the Anaconda boot.iso", author="Martin Gracik, Will Woods , Brian C. Lane ",