From e7dc179a7bc52e435dcc2b2d74d1dc4f73dc94b6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 9 Apr 2013 11:37:11 -0400 Subject: [PATCH] Error instead of segfaulting if we can't find any working config Resolves: rhbz#912873 Resolves: rhbz#751608 --- grubby.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index af9addd..a2cc008 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 8.24 +Version: 8.25 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -71,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Apr 09 2013 Peter Jones - 8.25-1 +- Error instead of segfaulting if we can't find any working config + Resolves: rhbz#912873 + Resolves: rhbz#751608 + * Tue Mar 19 2013 Peter Jones - 8.24-1 - Fix module remove code from Harald (#923441) diff --git a/sources b/sources index 167d90e..31256bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beeafffe45581a1e09280b87d2d22e51 grubby-8.24.tar.bz2 +2b59677009dbf1eca70cd1da4288a207 grubby-8.25.tar.bz2