From 8bea9bd242394eee6c033a37dd8f676eca7dc8a6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 14 Sep 2011 15:55:58 -0400 Subject: [PATCH] Fixes for xen (from Michael Petullo) Resolves: rhbz#658387 --- .gitignore | 2 +- grubby.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c66b70..8dc6855 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/grubby-8.1.tar.bz2 +/grubby-8.2.tar.bz2 diff --git a/grubby.spec b/grubby.spec index a4f1da1..e094549 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 8.1 +Version: 8.2 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 14 2011 Peter Jones - 8.2-1 +- Fixes for xen (from Michael Petullo) + Resolves: rhbz#658387 + * Fri Jul 22 2011 Peter Jones - 8.1-1 - Update to 8.1 - Fix miss-spelled variable name in new-kernel-pkg diff --git a/sources b/sources index 08e9170..ac19933 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40fbea759f1d5a14348ef4430c01aae5 grubby-8.1.tar.bz2 +60b59b1ac7315fa5bd2ac22f0b0528e3 grubby-8.2.tar.bz2