* Wed Aug 15 2012 Brian C. Lane <bcl@redhat.com> 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)
This commit is contained in:
Brian C. Lane 2012-08-15 11:28:06 -07:00
parent 8a67b116de
commit 3bb2af21ce
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/lorax-18.10.tar.gz /lorax-18.10.tar.gz
/lorax-18.11.tar.gz /lorax-18.11.tar.gz
/lorax-18.12.tar.gz /lorax-18.12.tar.gz
/lorax-18.13.tar.gz

View File

@ -1,8 +1,8 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 18.12 Version: 18.13
Release: 2%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
Group: Applications/System Group: Applications/System
@ -81,8 +81,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog %changelog
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 18.12-2 * Wed Aug 15 2012 Brian C. Lane <bcl@redhat.com> 18.13-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - 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 <mgracik@redhat.com> 18.12-1 * Wed Jul 25 2012 Martin Gracik <mgracik@redhat.com> 18.12-1
- Add 'mvebu' to list of recognized ARM kernels. (dmarlin@redhat.com) - Add 'mvebu' to list of recognized ARM kernels. (dmarlin@redhat.com)

View File

@ -1 +1 @@
523ff86ccdf0931d65aa29a9b0b89740 lorax-18.12.tar.gz fe54ee6bb4bb57ce4faac35bdcd2bbba lorax-18.13.tar.gz