[efibootmgr/f21] Update to 0.10.0

Peter Jones pjones at fedoraproject.org
Mon Oct 20 16:29:40 UTC 2014


commit 20ca8a6ab979cffc3e5e944b68ecf2051c043146
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Oct 20 12:27:13 2014 -0400

    Update to 0.10.0
    
    - Make -o parameter validation work better and be more informative
    - Better exit values
    - Fix a segfault with appending ascii arguments.
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 ...more-return-paths-print-some-modicum-of-e.patch |  234 --------------------
 efibootmgr.spec                                    |    9 +-
 sources                                            |    2 +-
 3 files changed, 8 insertions(+), 237 deletions(-)
---
diff --git a/efibootmgr.spec b/efibootmgr.spec
index 4e95fff..1aa9dbb 100644
--- a/efibootmgr.spec
+++ b/efibootmgr.spec
@@ -1,6 +1,6 @@
 Summary: EFI Boot Manager
 Name: efibootmgr
-Version: 0.9.0
+Version: 0.10.0
 Release: 1%{?dist}
 Group: System Environment/Base
 License: GPLv2+
@@ -17,7 +17,6 @@ Conflicts: elilo < 3.6-6
 Obsoletes: elilo < 3.6-6
 
 Source0: https://github.com/vathpela/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
-Patch0:	0001-Make-a-few-more-return-paths-print-some-modicum-of-e.patch
 
 %description
 %{name} displays and allows the user to edit the Intel Extensible
@@ -54,6 +53,12 @@ rm -rf %{buildroot}
 %doc README INSTALL COPYING
     
 %changelog
+* Mon Oct 20 2014 Peter Jones <pjones at redhat.com> - 0.10.0-1
+- Update to 0.10.0
+- Make -o parameter validation work better and be more informative
+- Better exit values
+- Fix a segfault with appending ascii arguments.
+
 * Tue Oct 14 2014 Peter Jones <pjones at redhat.com> - 0.9.0-1
 - Update to 0.9.0
 
diff --git a/sources b/sources
index 0f9ddb9..0c0e366 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cee2d8fd87cdc2ea4839455f00e38248  efibootmgr-0.9.0.tar.bz2
+9efeb2e0155d01a6bc5218f5823b22bb  efibootmgr-0.10.0.tar.bz2


More information about the scm-commits mailing list