diff --git a/lorax.spec b/lorax.spec index 1fe8e11b..d82ed68c 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 30.0 +Version: 30.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -230,6 +230,11 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer %changelog +* Wed Oct 03 2018 Brian C. Lane 30.1-1 +- Report an error if the blueprint doesn't exist (bcl@redhat.com) +- cli: Clarify error message for unprivileged access (lars@karlitski.net) +- Write a rootpw line if no root customizations in the blueprint (bcl@redhat.com) + * Tue Oct 02 2018 Brian C. Lane 30.0-1 - Add beakerlib to Dockerfile.test (bcl@redhat.com) - Adjust the new templates for locked root (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 1433ab98..8e582ef3 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -30.0-1 ./ +30.1-1 ./