diff --git a/lorax.spec b/lorax.spec index b8a30f43..51c5c008 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 29.8 +Version: 29.9 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -227,6 +227,11 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{python3_sitelib}/composer/* %changelog +* Wed Jun 27 2018 Brian C. Lane 29.9-1 +- DNF 3: progress callback constants moved to dnf.transaction (awilliam@redhat.com) +- Include example blueprints in the rpm (bcl@redhat.com) +- Make sure /run/weldr has correct ownership and permissions (bcl@redhat.com) + * Fri Jun 22 2018 Brian C. Lane 29.8-1 - Fixing bug where test did not try to import pylorax.version (sophiafondell) - Add the ability to enable DNF plugins for lorax (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index a9566aac..1c8ccd45 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -29.8-1 ./ +29.9-1 ./