[grubby] Fix test cases from 8.7 to work on a system without /boot mounted.

Peter Jones pjones at fedoraproject.org
Tue Dec 20 23:15:32 UTC 2011


commit 992cb97b026f614c6fe04cb0b9cbb2c0390c1cb6
Author: Peter Jones <pjones at redhat.com>
Date:   Tue Dec 20 18:14:25 2011 -0500

    Fix test cases from 8.7 to work on a system without /boot mounted.

 .gitignore  |    2 +-
 grubby.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8b7b3a..cab0846 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/grubby-8.7.tar.bz2
+/grubby-8.8.tar.bz2
diff --git a/grubby.spec b/grubby.spec
index e34ea78..87e9768 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,5 +1,5 @@
 Name: grubby
-Version: 8.7
+Version: 8.8
 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
+* Tue Dec 20 2011 Peter Jones <pjones at redhat.com> - 8.8-1
+- Fix test cases from 8.7 to work on a system without /boot mounted.
+
 * Tue Dec 20 2011 Peter Jones <pjones at redhat.com> - 8.7-1
 - Add a --debug to try to help diagnose "No suitable template". (sandeen,pjones)
 
diff --git a/sources b/sources
index fa77e65..cfb14aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bde96d19c5d572c9b7b10e2fdf8532b  grubby-8.7.tar.bz2
+a0236d98f870470b4987a91312a18996  grubby-8.8.tar.bz2


More information about the scm-commits mailing list