Change the way the kernel load address is determined for ARM U-Boot.

This commit is contained in:
Peter Jones 2012-09-21 15:34:51 -04:00
parent 64eecaa6e0
commit bfdd281962
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.17
Version: 8.18
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Sep 21 2012 Peter Jones <pjones@redhat.com> - 8.18-1
- Change the way the kernel load address is determined for ARM U-Boot.
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 8.17-1
- Update to 8.17
- Fixes a "make test" failure.

View File

@ -1 +1 @@
b34a9bb73ab08070eab7346641a8bc1f grubby-8.17.tar.bz2
3c5fa479ddacaec22e3ce4503e7ff0ca grubby-8.18.tar.bz2