Fix a minor test case error that causes koji builds to fail.

Related: rhbz#1096358
This commit is contained in:
Peter Jones 2014-05-21 17:39:20 -04:00
parent 03801fd005
commit 5ad297103f
2 changed files with 6 additions and 2 deletions

View File

@ -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 <pjones@redhat.com> - 8.35-1
- Fix a minor test case error that causes koji builds to fail.
Related: rhbz#1096358
* Wed May 21 2014 Peter Jones <pjones@redhat.com> - 8.34-1
- Make grub2 "--copy-default --add-kernel=foo --initrd=bar" work when default
has no initrd line.

View File

@ -1 +1 @@
60b2e283110ab47125c2b057446ee56f grubby-8.34.tar.bz2
daf05585c3e1f3da2601cd1b0242fc60 grubby-8.35.tar.bz2