[grubby/f18] Use systemd vconsole.conf and locale.conf if present

Peter Jones pjones at fedoraproject.org
Fri Jan 4 15:59:15 UTC 2013


commit 18940b4635c883b0a533e0c662020b34d1a6d097
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Jan 4 10:58:55 2013 -0500

    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)

 grubby.spec |   11 ++++++++++-
 sources     |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
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 <pjones at 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 at redhat.com> - 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


More information about the scm-commits mailing list