* 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:
parent
8a67b116de
commit
3bb2af21ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/lorax-18.10.tar.gz
|
||||
/lorax-18.11.tar.gz
|
||||
/lorax-18.12.tar.gz
|
||||
/lorax-18.13.tar.gz
|
||||
|
16
lorax.spec
16
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 <rel-eng@lists.fedoraproject.org> - 18.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
* 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)
|
||||
|
||||
* Wed Jul 25 2012 Martin Gracik <mgracik@redhat.com> 18.12-1
|
||||
- Add 'mvebu' to list of recognized ARM kernels. (dmarlin@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user