diff --git a/lorax.spec b/lorax.spec index cc7d8a36..766700d4 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 30.4 +Version: 30.5 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -230,6 +230,14 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* Fri Oct 12 2018 Brian C. Lane 30.5-1 +- Update depsolving with suggestions from dnf (#1636239) (bcl@redhat.com) +- Disable false context-manager pylint error (bcl@redhat.com) +- Fix directory creation for blueprints (bcl@redhat.com) +- Update the tests for new make_dnf_dir arguments. (bcl@redhat.com) +- Change make_dnf_dirs to be run as root (bcl@redhat.com) +- Fix vhd images (vponcova@redhat.com) + * Tue Oct 09 2018 Brian C. Lane 30.4-1 - Add an openstack image type (bcl@redhat.com) - Add cloud-init to vhd images. (dshea@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index d263a24d..221b640c 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -30.4-1 ./ +30.5-1 ./