Use systemd vconsole.conf and locale.conf if present

Resolves rhbz#881908
- Avoid unnecessary stat calls (from Ville Skyttä)
  Resolves rhbz#741135
- Spelling fixes (Ville Skyttä)
- Add a test case for rhbz#742885
- Handle case-insensitive extlinux config files properly (from Johannes Weiner)
This commit is contained in:
Peter Jones 2013-01-04 10:58:55 -05:00
parent 1952dd25e7
commit 18940b4635
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.20
Version: 8.21
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -71,6 +71,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Jan 04 2013 Peter Jones <pjones@redhat.com> - 8.21-1
- Use systemd vconsole.conf and locale.conf if present
Resolves rhbz#881908
- Avoid unnecessary stat calls (from Ville Skyttä)
Resolves rhbz#741135
- Spelling fixes (Ville Skyttä)
- Add a test case for rhbz#742885
- Handle case-insensitive extlinux config files properly (from Johannes Weiner)
* Tue Oct 02 2012 Peter Jones <pjones@redhat.com> - 8.20-1
- Handle linuxefi initrd and removal correctly.
Resolves: rhbz#859285

View File

@ -1 +1 @@
ae947854db5be391763c7716a7094867 grubby-8.20.tar.bz2
890309cd3cfa5114318d1a8d459b9575 grubby-8.21.tar.bz2