From ff3c414b3ef6f56fd5d691b8d1fa40826276a558 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 19 Dec 2011 09:23:08 -0500 Subject: [PATCH] Fix a "make test" errors introduced in 8.4-1 --- .gitignore | 2 +- grubby.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b592fa9..492372f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/grubby-8.5.tar.bz2 +/grubby-8.6.tar.bz2 diff --git a/grubby.spec b/grubby.spec index 38facc3..5127601 100644 --- a/grubby.spec +++ b/grubby.spec @@ -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 @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 19 2011 Peter Jones - 8.6-1 +- Fix a "make test" errors introduced in 8.4-1 + * Sat Dec 17 2011 Peter Jones - 8.5-1 - Don't hardcode dracut path Resolves: #768645 diff --git a/sources b/sources index 8a1a4c7..ac17121 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5c352f16f728f9f2e2cb27598b6fbc1 grubby-8.5.tar.bz2 +c21fdcb40b882953b4d3cad3144a8abe grubby-8.6.tar.bz2