diff --git a/lorax.spec b/lorax.spec index 55b9509c..f7784451 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.0 +Version: 28.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -153,6 +153,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Thu Oct 19 2017 Brian C. Lane 28.1-1 +- Use bytes when writing strings in mk-s390-cdboot (#1504026) (bcl@redhat.com) + * Tue Oct 17 2017 Brian C. Lane 28.0-1 - Add make test target and update .gitignore (atodorov@redhat.com) - Add first unit test so we can start collecting coverage (atodorov@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index c893bd38..0bb8d357 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -28.0-1 ./ +28.1-1 ./