diff --git a/lorax.spec b/lorax.spec index 80a65fc7..83f5ebbf 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 33.2 +Version: 33.3 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -267,6 +267,11 @@ 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 33.3-1 +- Don't use f-string without interpolation (atodorov@redhat.com) +- lmc-no-virt: Add requirement on anaconda-install-env-deps (bcl@redhat.com) +- rsyslog: Disable journal ratelimits during install (bcl@redhat.com) + * Tue Apr 28 2020 Brian C. Lane 33.2-1 - New lorax documentation - 33.2 (bcl@redhat.com) - test: Work around invalid fedora baseurls (marusak.matej@gmail.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index ff2a10e6..63e509af 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -33.2-1 ./ +33.3-1 ./