From 18940b4635c883b0a533e0c662020b34d1a6d097 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Jan 04 2013 15:58:55 +0000 Subject: 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) --- diff --git a/grubby.spec b/grubby.spec index 44886ed..bb3390d 100644 --- a/grubby.spec +++ b/grubby.spec @@ -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 - 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 - 8.20-1 - Handle linuxefi initrd and removal correctly. Resolves: rhbz#859285 diff --git a/sources b/sources index 017bcc5..e47f118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae947854db5be391763c7716a7094867 grubby-8.20.tar.bz2 +890309cd3cfa5114318d1a8d459b9575 grubby-8.21.tar.bz2