diff --git a/.gitignore b/.gitignore index bcbd914..1cc6013 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /lorax-21.30.tar.gz /lorax-21.31.tar.gz /lorax-22.0.tar.gz +/lorax-22.1.tar.gz diff --git a/lorax.spec b/lorax.spec index df9af41..d545fea 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 22.0 +Version: 22.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -101,6 +101,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Fri Dec 12 2014 Brian C. Lane 22.1-1 +- Actually make boot.iso on aarch64. (pjones@redhat.com) +- Add --includepkg argument (walters@verbum.org) + * Fri Dec 05 2014 Brian C. Lane 22.0-1 - aarch64 no longer needs explicit console setting (#1170412) (bcl@redhat.com) - Bump version to 22.0 (bcl@redhat.com) diff --git a/sources b/sources index 616e43e..f6a07b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bd1165b9740e65f30271b2e3e838ed8 lorax-22.0.tar.gz +93ace0cef43ba9b780420622699c7ec9 lorax-22.1.tar.gz