From 5ad297103f8f93acd515e9989de34e46aa7de461 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 21 May 2014 17:39:20 -0400 Subject: [PATCH] Fix a minor test case error that causes koji builds to fail. Related: rhbz#1096358 --- grubby.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index b69774d..82cda75 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 8.34 +Version: 8.35 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 21 2014 Peter Jones - 8.35-1 +- Fix a minor test case error that causes koji builds to fail. + Related: rhbz#1096358 + * Wed May 21 2014 Peter Jones - 8.34-1 - Make grub2 "--copy-default --add-kernel=foo --initrd=bar" work when default has no initrd line. diff --git a/sources b/sources index 80417e6..1fcf7a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60b2e283110ab47125c2b057446ee56f grubby-8.34.tar.bz2 +daf05585c3e1f3da2601cd1b0242fc60 grubby-8.35.tar.bz2