diff --git a/lorax.spec b/lorax.spec index f6b407e4..d82edde6 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 31.4 +Version: 31.5 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -241,6 +241,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Tue May 07 2019 Brian C. Lane 31.5-1 +- Add python3-pycdlib to Dockerfile.test (bcl@redhat.com) +- Replace isoinfo with pycdlib (bcl@redhat.com) +- Add test for passing custom option on kernel command line (jikortus@redhat.com) +- Use verify_image function as a helper for generic tests (jikortus@redhat.com) + * Thu May 02 2019 Brian C. Lane 31.4-1 - tests: Update openssh-server to v8.* (bcl@redhat.com) - New lorax documentation - 31.4 (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 175dc4db..12a55356 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -31.4-1 ./ +31.5-1 ./