[grubby] Add support for grub2.

Peter Jones pjones at fedoraproject.org
Thu Jul 21 20:19:24 UTC 2011


commit e98683f7ea924af68a09f21fcdc048dc18fece25
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Jul 21 16:19:09 2011 -0400

    Add support for grub2.

 .gitignore  |    3 +--
 grubby.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
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 <pjones at redhat.com> - 8.0-1
+- Add support for grub2.
+
 * Tue Jun 07 2011 Brian C. Lane <bcl at redhat.com> - 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


More information about the scm-commits mailing list