From bfdd281962fb108e9261c838965ff3f60cd711f8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 21 Sep 2012 15:34:51 -0400 Subject: [PATCH] Change the way the kernel load address is determined for ARM U-Boot. --- grubby.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index 3839ac9..acf55e5 100644 --- a/grubby.spec +++ b/grubby.spec @@ -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 - 8.18-1 +- Change the way the kernel load address is determined for ARM U-Boot. + * Wed Aug 08 2012 Peter Jones - 8.17-1 - Update to 8.17 - Fixes a "make test" failure. diff --git a/sources b/sources index eee489e..04e597a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b34a9bb73ab08070eab7346641a8bc1f grubby-8.17.tar.bz2 +3c5fa479ddacaec22e3ce4503e7ff0ca grubby-8.18.tar.bz2