[grubby/f19] Error instead of segfaulting if we can't find any working config

Peter Jones pjones at fedoraproject.org
Tue Apr 9 15:43:01 UTC 2013


commit b3c981178b5a8ebeecb332126083bb7ba533eb51
Author: Peter Jones <pjones at redhat.com>
Date:   Tue Apr 9 11:37:11 2013 -0400

    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 <pjones at redhat.com> - 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 <pjones at redhat.com> - 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


More information about the scm-commits mailing list