Conditionally call arm-boot-config's boot.scr generator if available

Resolves: rhbz#952428
This commit is contained in:
Peter Jones 2013-05-10 15:06:08 -04:00
parent e7dc179a7b
commit efdb493d76
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.25
Version: 8.26
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri May 10 2013 Peter Jones <pjones@redhat.com> - 8.26-1
- Conditionally call arm-boot-config's boot.scr generator if available
Resolves: rhbz#952428
* Tue Apr 09 2013 Peter Jones <pjones@redhat.com> - 8.25-1
- Error instead of segfaulting if we can't find any working config
Resolves: rhbz#912873

View File

@ -1 +1 @@
2b59677009dbf1eca70cd1da4288a207 grubby-8.25.tar.bz2
51047ea2d8a75a16113562eb6be3bb2e grubby-8.26.tar.bz2