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

This commit is contained in:
Peter Jones 2011-12-20 18:14:25 -05:00
parent 9d9412e554
commit 992cb97b02
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/grubby-8.7.tar.bz2
/grubby-8.8.tar.bz2

View File

@ -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@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@redhat.com> - 8.7-1
- Add a --debug to try to help diagnose "No suitable template". (sandeen,pjones)

View File

@ -1 +1 @@
1bde96d19c5d572c9b7b10e2fdf8532b grubby-8.7.tar.bz2
a0236d98f870470b4987a91312a18996 grubby-8.8.tar.bz2