From e98683f7ea924af68a09f21fcdc048dc18fece25 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Jul 21 2011 20:19:09 +0000 Subject: Add support for grub2. --- diff --git a/.gitignore b/.gitignore index 57c330f..35bec02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -grubby-7.0.17.tar.bz2 -/grubby-7.0.18.tar.bz2 +/grubby-8.0.tar.bz2 diff --git a/grubby.spec b/grubby.spec index 2eb998a..491f1d1 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 7.0.18 +Version: 8.0 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 21 2011 Peter Jones - 8.0-1 +- Add support for grub2. + * Tue Jun 07 2011 Brian C. Lane - 7.0.18-1 - Bump version to 7.0.18 (bcl) - Fixup new-kernel-pkg errors (#711493) (bcl) diff --git a/sources b/sources index 03bb9e7..5cb5d4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fb9afac250b6790ec14d8124bffb038 grubby-7.0.18.tar.bz2 +0b0bcee34a1b73df8ed4f091bd7baeb9 grubby-8.0.tar.bz2