diff --git a/.gitignore b/.gitignore index a87b798..dab3d37 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /lorax-18.10.tar.gz /lorax-18.11.tar.gz /lorax-18.12.tar.gz +/lorax-18.13.tar.gz diff --git a/lorax.spec b/lorax.spec index aee84e0..6cfd71f 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: lorax -Version: 18.12 -Release: 2%{?dist} +Version: 18.13 +Release: 1%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -81,8 +81,16 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog -* Fri Jul 27 2012 Fedora Release Engineering - 18.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Wed Aug 15 2012 Brian C. Lane 18.13-1 +- Add a command line option to override the ARM platform. (dmarlin@redhat.com) +- Don't remove krb5-libs (#848227) (mgracik@redhat.com) +- Add grub2-efi support and Secure Boot shim support. (pjones@redhat.com) +- Fix GPT code to allocate space for /2/ tables. (pjones@redhat.com) +- Add platforms to the treeinfo for Beaker support. (dmarlin@redhat.com) +- add logging to lorax (bcl@redhat.com) +- move live templates into their own subdir of share (bcl@redhat.com) +- clean up command execution (bcl@redhat.com) +- livemedia-creator: cleanup logging a bit (bcl@redhat.com) * Wed Jul 25 2012 Martin Gracik 18.12-1 - Add 'mvebu' to list of recognized ARM kernels. (dmarlin@redhat.com) diff --git a/sources b/sources index e727fe6..651ba06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -523ff86ccdf0931d65aa29a9b0b89740 lorax-18.12.tar.gz +fe54ee6bb4bb57ce4faac35bdcd2bbba lorax-18.13.tar.gz