[grubby] Update to 8.1 Fix miss-spelled variable name in new-kernel-pkg

Peter Jones pjones at fedoraproject.org
Fri Jul 22 20:38:14 UTC 2011


commit bd7a6ca65f241ce33afb80cf4ac3aad0ce0d4071
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Jul 22 16:37:58 2011 -0400

    Update to 8.1
    Fix miss-spelled variable name in new-kernel-pkg

 .gitignore  |    2 +-
 grubby.spec |    6 +++++-
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35bec02..1c66b70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/grubby-8.0.tar.bz2
+/grubby-8.1.tar.bz2
diff --git a/grubby.spec b/grubby.spec
index 491f1d1..a4f1da1 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,5 +1,5 @@
 Name: grubby
-Version: 8.0
+Version: 8.1
 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
+* Fri Jul 22 2011 Peter Jones <pjones at redhat.com> - 8.1-1
+- Update to 8.1
+- Fix miss-spelled variable name in new-kernel-pkg
+
 * Thu Jul 21 2011 Peter Jones <pjones at redhat.com> - 8.0-1
 - Add support for grub2.
 
diff --git a/sources b/sources
index 5cb5d4a..08e9170 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b0bcee34a1b73df8ed4f091bd7baeb9  grubby-8.0.tar.bz2
+40fbea759f1d5a14348ef4430c01aae5  grubby-8.1.tar.bz2


More information about the scm-commits mailing list