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 ",