Fix a "make test" errors introduced in 8.4-1

This commit is contained in:
Peter Jones 2011-12-19 09:23:08 -05:00
parent afb5036256
commit c021fe6f32
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/grubby-8.5.tar.bz2
/grubby-8.6.tar.bz2

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.5
Version: 8.6
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
* Mon Dec 19 2011 Peter Jones <pjones@redhat.com> - 8.6-1
- Fix a "make test" errors introduced in 8.4-1
* Sat Dec 17 2011 Peter Jones <pjones@redhat.com> - 8.5-1
- Don't hardcode dracut path
Resolves: #768645

View File

@ -1 +1 @@
c5c352f16f728f9f2e2cb27598b6fbc1 grubby-8.5.tar.bz2
c21fdcb40b882953b4d3cad3144a8abe grubby-8.6.tar.bz2