From f515ba7a5aad0e63e15757f8ef62683bcecd21a3 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Feb 11 2010 19:48:19 +0000 Subject: - Strip boot partition prefix from initrd path if present during --update. Related: rhbz#557922 - add host only support for local kernel compiles (airlied) --- diff --git a/.cvsignore b/.cvsignore index 893d09e..3e73c2f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -grubby-7.0.12.tar.bz2 +grubby-7.0.13.tar.bz2 diff --git a/grubby.spec b/grubby.spec index 1132c7d..bf5cadd 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 7.0.12 +Version: 7.0.13 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -52,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 11 2010 Peter Jones - 7.0.13-1 +- Strip boot partition prefix from initrd path if present during --update. + Related: rhbz#557922 +- add host only support for local kernel compiles (airlied) + * Mon Feb 08 2010 Peter Jones - 7.0.12-1 - compare rootdev using uuid instead of stat, for better btrfs support (josef) Resolves: rhbz#530108 diff --git a/sources b/sources index f8f2620..7ee3286 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba476c1609300493b7b864b1a815e9c8 grubby-7.0.12.tar.bz2 +879798163ebe78c1d9a0aca261fa622e grubby-7.0.13.tar.bz2