diff --git a/lorax.spec b/lorax.spec index b5d1c8a5..2df135e3 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 32.8 +Version: 32.9 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -266,6 +266,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Tue May 05 2020 Brian C. Lane 32.9-1 +- Dockerfile.test: Switch to using F32 for testing (bcl@redhat.com) +- Don't use f-string without interpolation (atodorov@redhat.com) +- lorax: Add --skip-branding cmdline argument (bcl@redhat.com) +- tests: Add tests for _install_branding with and without variant (bcl@redhat.com) +- lorax: Update how the release package is chosen (bcl@redhat.com) + * Fri Mar 20 2020 Brian C. Lane 32.8-1 - ltmpl: Fix package logging format (bcl@redhat.com) Resolves: rhbz#1815000 diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 81c8f908..0113d2be 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -32.8-1 ./ +32.9-1 ./