From 2a3cb67e6f2c1f7f263301aa336d70988e2641f6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 8 Feb 2010 19:13:18 +0000 Subject: [PATCH] - Make it possible to update the initrd without any other change. Related: rhbz#557922 --- .cvsignore | 2 +- grubby.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 345db81..fe9a953 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -grubby-7.0.10.tar.bz2 +grubby-7.0.11.tar.bz2 diff --git a/grubby.spec b/grubby.spec index 027cc16..b0e2191 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 7.0.10 +Version: 7.0.11 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 08 2010 Peter Jones - 7.0.11-1 +- Make it possible to update the initrd without any other change. + Related: rhbz#557922 + * Fri Feb 05 2010 Peter Jones - 7.0.10-1 - Make --update able to add an initramfs. Related: rhbz#557922 diff --git a/sources b/sources index a986296..ae25ca6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -988a1ccdbbd2cb2d6aaa79c897fe1e38 grubby-7.0.10.tar.bz2 +126890c4baa1139947a1a7789dcc7d02 grubby-7.0.11.tar.bz2