[grubby] Update to 8.23

Peter Jones pjones at fedoraproject.org
Mon Mar 11 17:42:07 UTC 2013


commit 440ec26a259bd018525a87f657870901b4409212
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Mar 11 13:41:56 2013 -0400

    Update to 8.23
    
    - Fix empty root device in case of an empty /etc/fstab (lemenkov)
    - General refactoring and cleanup (harald)
    - Don't clean up modules.* so aggressively (harald)

 0001-Add-logging-when-things-fail.patch |  418 -------------------------------
 grubby.spec                             |   12 +-
 sources                                 |    2 +-
 3 files changed, 9 insertions(+), 423 deletions(-)
---
diff --git a/grubby.spec b/grubby.spec
index 850bf91..2bee3fa 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,6 +1,6 @@
 Name: grubby
-Version: 8.22
-Release: 3%{?dist}
+Version: 8.23
+Release: 1%{?dist}
 Summary: Command line tool for updating bootloader configs
 Group: System Environment/Base
 License: GPLv2+
@@ -21,8 +21,6 @@ Requires: s390utils-base
 Requires: uboot-tools
 %endif
 
-Patch0: 0001-Add-logging-when-things-fail.patch
-
 %description
 grubby  is  a command line tool for updating and displaying information about 
 the configuration files for the grub, lilo, elilo (ia64),  yaboot (powerpc)  
@@ -73,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Mar 11 2013 Peter Jones <pjones at redhat.com> - 8.23-1
+- Update to 8.23
+- Fix empty root device in case of an empty /etc/fstab (lemenkov)
+- General refactoring and cleanup (harald)
+- Don't clean up modules.* so aggressively (harald)
+
 * Wed Feb 20 2013 Peter Jones <pjones at redhat.com> - 8.22-3
 - Add --debug style logging (for both success and failures) to /var/log/grubby
 
diff --git a/sources b/sources
index 27fcd3f..7361469 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbc077c34319b8319ed1fa741bc97578  grubby-8.22.tar.bz2
+95c00214761284d33410e5673c1fbccf  grubby-8.23.tar.bz2


More information about the scm-commits mailing list